Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | Add a couple of todos to keyboard_report_util.cpp | ||
Also print the modifier state | |||
2017-06-19 | More natural interface for setting keyboard leds | ||
2017-06-18 | Add a test fixture | ||
It only initializes QMK once, and clears the matrix after each test. | |||
2017-06-18 | Test two keys pressed at once | ||
2017-06-18 | Actually test for correct key presses | ||
2017-06-18 | Fix the order of init and driver creation | ||
2017-06-18 | Add a couple of basic tests and implement driver mock | ||
2017-06-18 | Add keymap | ||
2017-06-18 | Dummy test matrix implementation | ||
2017-06-18 | Split common.mk into common.mk and common_features.mk | ||
To support including keyboard/keymap specific rules before it | |||
2017-06-18 | Define MATRIX_COLS and MATRIX_ROWS | ||
2017-06-18 | Add basic infrastrucure for building full tests | ||