mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-14 11:51:43 +01:00
Fix debug parameter setting in eeconfig
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
#define BOOTMAGIC_H
|
||||
|
||||
|
||||
#ifndef BOOTMAGIC_IS_ENABLE
|
||||
#define BOOTMAGIC_IS_ENABLE() true
|
||||
#ifndef BOOTMAGIC_IS_ENABLED
|
||||
#define BOOTMAGIC_IS_ENABLED() true
|
||||
#endif
|
||||
|
||||
/* kick up bootloader */
|
||||
|
||||
Reference in New Issue
Block a user