diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 4b94ebcc0..45f44f49a 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -252,8 +252,8 @@ void matrix_init_kb(void); | |||
| 252 | void matrix_scan_kb(void); | 252 | void matrix_scan_kb(void); |
| 253 | void matrix_init_user(void); | 253 | void matrix_init_user(void); |
| 254 | void matrix_scan_user(void); | 254 | void matrix_scan_user(void); |
| 255 | uint16_t get_record_keycode(keyrecord_t *record); | 255 | uint16_t get_record_keycode(keyrecord_t *record, bool update_layer_cache); |
| 256 | uint16_t get_event_keycode(keyevent_t event); | 256 | uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache); |
| 257 | bool process_action_kb(keyrecord_t *record); | 257 | bool process_action_kb(keyrecord_t *record); |
| 258 | bool process_record_kb(uint16_t keycode, keyrecord_t *record); | 258 | bool process_record_kb(uint16_t keycode, keyrecord_t *record); |
| 259 | bool process_record_user(uint16_t keycode, keyrecord_t *record); | 259 | bool process_record_user(uint16_t keycode, keyrecord_t *record); |
