diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index c12ac9ab8..d0b2bedb1 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -224,6 +224,8 @@ void matrix_init_kb(void); | |||
| 224 | void matrix_scan_kb(void); | 224 | void matrix_scan_kb(void); |
| 225 | void matrix_init_user(void); | 225 | void matrix_init_user(void); |
| 226 | void matrix_scan_user(void); | 226 | void matrix_scan_user(void); |
| 227 | uint16_t get_record_keycode(keyrecord_t *record); | ||
| 228 | uint16_t get_event_keycode(keyevent_t event); | ||
| 227 | bool process_action_kb(keyrecord_t *record); | 229 | bool process_action_kb(keyrecord_t *record); |
| 228 | bool process_record_kb(uint16_t keycode, keyrecord_t *record); | 230 | bool process_record_kb(uint16_t keycode, keyrecord_t *record); |
| 229 | bool process_record_user(uint16_t keycode, keyrecord_t *record); | 231 | bool process_record_user(uint16_t keycode, keyrecord_t *record); |
