forked from mirrors/qmk_userspace
some fixes. LED flush for debug.
This commit is contained in:
parent
1bcebc2848
commit
e7c6839d2d
5 changed files with 48 additions and 21 deletions
2
keymap.h
2
keymap.h
|
@ -5,7 +5,7 @@
|
|||
#include "usbkeycodes.h"
|
||||
|
||||
int get_layer(void);
|
||||
uint8_t get_keycode(int layer, uint8_t row, uint8_t col);
|
||||
uint8_t get_keycode(int layer, int row, int col);
|
||||
|
||||
#define MATRIX_ROWS 9
|
||||
#define MATRIX_COLS 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue