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 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);
258void post_process_record_kb(uint16_t keycode, keyrecord_t *record); 259void post_process_record_kb(uint16_t keycode, keyrecord_t *record);
259void post_process_record_user(uint16_t keycode, keyrecord_t *record); 260void 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
268void bootmagic_lite(void);
269
270void reset_keyboard(void); 262void reset_keyboard(void);
271 263
272void startup_user(void); 264void startup_user(void);