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.c
2
keymap.c
|
@ -59,7 +59,7 @@ static const uint8_t PROGMEM Keymap[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
};
|
||||
|
||||
|
||||
uint8_t get_keycode(int layer, uint8_t row, uint8_t col)
|
||||
uint8_t get_keycode(int layer, int row, int col)
|
||||
{
|
||||
if (row >= MATRIX_ROWS)
|
||||
return KB_NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue