diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 36a983d57..7bb6e796e 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -52,6 +52,7 @@ | |||
| 52 | #include "action_layer.h" | 52 | #include "action_layer.h" |
| 53 | #include "eeconfig.h" | 53 | #include "eeconfig.h" |
| 54 | #include "bootloader.h" | 54 | #include "bootloader.h" |
| 55 | #include "bootmagic.h" | ||
| 55 | #include "timer.h" | 56 | #include "timer.h" |
| 56 | #include "sync_timer.h" | 57 | #include "sync_timer.h" |
| 57 | #include "config_common.h" | 58 | #include "config_common.h" |
| @@ -283,15 +284,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record); | |||
| 283 | void post_process_record_kb(uint16_t keycode, keyrecord_t *record); | 284 | void post_process_record_kb(uint16_t keycode, keyrecord_t *record); |
| 284 | void post_process_record_user(uint16_t keycode, keyrecord_t *record); | 285 | void post_process_record_user(uint16_t keycode, keyrecord_t *record); |
| 285 | 286 | ||
| 286 | #ifndef BOOTMAGIC_LITE_COLUMN | ||
| 287 | # define BOOTMAGIC_LITE_COLUMN 0 | ||
| 288 | #endif | ||
| 289 | #ifndef BOOTMAGIC_LITE_ROW | ||
| 290 | # define BOOTMAGIC_LITE_ROW 0 | ||
| 291 | #endif | ||
| 292 | |||
| 293 | void bootmagic_lite(void); | ||
| 294 | |||
| 295 | void reset_keyboard(void); | 287 | void reset_keyboard(void); |
| 296 | 288 | ||
| 297 | void startup_user(void); | 289 | void startup_user(void); |
