forked from mirrors/qmk_userspace
process_record implementation (non-breaking for process_action ATM)
This commit is contained in:
parent
38987d4c15
commit
17977a7e24
2 changed files with 16 additions and 0 deletions
|
@ -62,6 +62,9 @@ extern uint32_t default_layer_state;
|
|||
void matrix_init_kb(void);
|
||||
void matrix_scan_kb(void);
|
||||
bool process_action_kb(keyrecord_t *record);
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record);
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
|
||||
bool is_music_on(void);
|
||||
void music_toggle(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue