aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h10
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);
283void post_process_record_kb(uint16_t keycode, keyrecord_t *record); 284void post_process_record_kb(uint16_t keycode, keyrecord_t *record);
284void post_process_record_user(uint16_t keycode, keyrecord_t *record); 285void 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
293void bootmagic_lite(void);
294
295void reset_keyboard(void); 287void reset_keyboard(void);
296 288
297void startup_user(void); 289void startup_user(void);