Add a test fixture
It only initializes QMK once, and clears the matrix after each test.
This commit is contained in:
parent
e85b185796
commit
36f820be7e
6 changed files with 80 additions and 15 deletions
|
@ -23,6 +23,7 @@ extern "C" {
|
|||
|
||||
void press_key(uint8_t col, uint8_t row);
|
||||
void release_key(uint8_t col, uint8_t row);
|
||||
void clear_all_keys(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue