ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
This commit is contained in:
parent
7a336b05ec
commit
461e0d3d8c
17 changed files with 432 additions and 257 deletions
|
@ -15,6 +15,8 @@ int matrix_scan(void);
|
|||
bool matrix_is_modified(void);
|
||||
/* whether ghosting occur on matrix. */
|
||||
bool matrix_has_ghost(void);
|
||||
/* whether a swtich is on */
|
||||
bool matrix_is_on(int row, int col);
|
||||
/* matrix state on row */
|
||||
uint16_t matrix_get_row(int row);
|
||||
/* count keys pressed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue