diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-17 13:00:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 13:00:42 -0700 |
commit | 40578621a76b43481116fd73b10b8cdec3d3a7ef (patch) | |
tree | a7c06458423df1ae33d91718751a000b96ee5520 /keyboards/moonlander/rules.mk | |
parent | c9b91443e1c05900ffb007e3321446fcdb219bd2 (diff) |
[Keyboard] Move Moonlander off 'Proton C' board (#14478)
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 557c2c4650..23bf7b7087 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk @@ -1,6 +1,5 @@ # MCU name MCU = STM32F303 -BOARD = QMK_PROTON_C # Bootloader selection BOOTLOADER = stm32-dfu @@ -8,7 +7,7 @@ BOOTLOADER = stm32-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |