aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_stm32/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_stm32/rules.mk')
-rw-r--r--keyboards/ergodox_stm32/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_stm32/rules.mk b/keyboards/ergodox_stm32/rules.mk
index c2eaaa526..b3fba3851 100644
--- a/keyboards/ergodox_stm32/rules.mk
+++ b/keyboards/ergodox_stm32/rules.mk
@@ -7,7 +7,7 @@ BOARD = ST_NUCLEO64_F103RB
7CFLAGS += "-Wno-error=deprecated" 7CFLAGS += "-Wno-error=deprecated"
8EXTRAFLAGS = -O0 -g 8EXTRAFLAGS = -O0 -g
9 9
10BOOTMAGIC_ENABLE = no 10BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
11MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug