forked from mirrors/qmk_userspace
perform nomal keyboard behavior. It works now!!!
This commit is contained in:
parent
c17f07819f
commit
3b31337cd8
9 changed files with 327 additions and 201 deletions
6
matrix.h
Normal file
6
matrix.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
extern uint8_t *matrix;
|
||||
extern uint8_t *prev_matrix;
|
||||
|
||||
void matrix_init(void);
|
||||
uint8_t matrix_scan(void);
|
Loading…
Add table
Add a link
Reference in a new issue