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 b1600dd72..070bd0131 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" |
| @@ -258,15 +259,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record); | |||
| 258 | void post_process_record_kb(uint16_t keycode, keyrecord_t *record); | 259 | void post_process_record_kb(uint16_t keycode, keyrecord_t *record); |
| 259 | void post_process_record_user(uint16_t keycode, keyrecord_t *record); | 260 | void post_process_record_user(uint16_t keycode, keyrecord_t *record); |
| 260 | 261 | ||
| 261 | #ifndef BOOTMAGIC_LITE_COLUMN | ||
| 262 | # define BOOTMAGIC_LITE_COLUMN 0 | ||
| 263 | #endif | ||
| 264 | #ifndef BOOTMAGIC_LITE_ROW | ||
| 265 | # define BOOTMAGIC_LITE_ROW 0 | ||
| 266 | #endif | ||
| 267 | |||
| 268 | void bootmagic_lite(void); | ||
| 269 | |||
| 270 | void reset_keyboard(void); | 262 | void reset_keyboard(void); |
| 271 | 263 | ||
| 272 | void startup_user(void); | 264 | void startup_user(void); |
