forked from mirrors/qmk_userspace
improvements
This commit is contained in:
parent
849ed5a6a0
commit
b9895771ed
2 changed files with 16 additions and 24 deletions
|
@ -57,7 +57,6 @@ 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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue