diff options
Diffstat (limited to 'keyboards/moonlander/rules.mk')
-rw-r--r-- | keyboards/moonlander/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index 557c2c465..23bf7b708 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk | |||
@@ -1,6 +1,5 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
3 | BOARD = QMK_PROTON_C | ||
4 | 3 | ||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
@@ -8,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
8 | # Build Options | 7 | # Build Options |
9 | # change yes to no to disable | 8 | # change yes to no to disable |
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
14 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |