diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 71533f48b..3ce940895 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -62,6 +62,9 @@ extern uint32_t default_layer_state; | |||
| 62 | void matrix_init_kb(void); | 62 | void matrix_init_kb(void); |
| 63 | void matrix_scan_kb(void); | 63 | void matrix_scan_kb(void); |
| 64 | bool process_action_kb(keyrecord_t *record); | 64 | bool process_action_kb(keyrecord_t *record); |
| 65 | bool process_record_kb(uint16_t keycode, keyrecord_t *record); | ||
| 66 | bool process_record_user(uint16_t keycode, keyrecord_t *record); | ||
| 67 | |||
| 65 | 68 | ||
| 66 | bool is_music_on(void); | 69 | bool is_music_on(void); |
| 67 | void music_toggle(void); | 70 | void music_toggle(void); |
