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
1
matrix.c
1
matrix.c
|
@ -5,7 +5,6 @@
|
|||
#include <util/delay.h>
|
||||
#include "keymap.h"
|
||||
#include "matrix.h"
|
||||
#include "print.h"
|
||||
|
||||
// matrix is active low. (key on: 0/key off: 1)
|
||||
// row: Hi-Z(unselected)/low output(selected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue