Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | Rename test.cpp to keypress.cpp | ||
2017-07-08 | Move test keymap to keymap.c | ||
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 | ||