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
|
@ -11,6 +11,7 @@ uint8_t keymap_get_keycodel(int layer, int row, int col);
|
|||
int keymap_get_layer(void);
|
||||
int keymap_set_layer(int layer);
|
||||
|
||||
bool keymap_is_special_mode(int fn_bits);
|
||||
/* process Fn keys. This.should be called every scan. */
|
||||
void keymap_fn_proc(int fn_bits);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue