1
0
Fork 0

anti-ghost improvement for older keyboards with empty spots in matrix

This commit is contained in:
Jeremiah 2017-05-13 08:51:20 -07:00
parent 4fe58aa6ec
commit 849ed5a6a0
2 changed files with 31 additions and 7 deletions

View file

@ -57,7 +57,7 @@ static inline bool IS_RELEASED(keyevent_t event) { return (!IS_NOEVENT(event) &&
.time = (timer_read() | 1) \
}
void make_ghost_check_array(void);
/* it runs once at early stage of startup before keyboard_init. */
void keyboard_setup(void);
/* it runs once after initializing host side protocol, debug and MCU peripherals. */