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 191407fab..4b94ebcc0 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -257,6 +257,8 @@ uint16_t get_event_keycode(keyevent_t event); | |||
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); |
260 | void post_process_record_kb(uint16_t keycode, keyrecord_t *record); | ||
261 | void post_process_record_user(uint16_t keycode, keyrecord_t *record); | ||
260 | 262 | ||
261 | #ifndef BOOTMAGIC_LITE_COLUMN | 263 | #ifndef BOOTMAGIC_LITE_COLUMN |
262 | # define BOOTMAGIC_LITE_COLUMN 0 | 264 | # define BOOTMAGIC_LITE_COLUMN 0 |