diff options
Diffstat (limited to 'keyboards/percent/canoe/rules.mk')
-rw-r--r-- | keyboards/percent/canoe/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/percent/canoe/rules.mk b/keyboards/percent/canoe/rules.mk index 39602cba77..3b5f3dae4d 100644 --- a/keyboards/percent/canoe/rules.mk +++ b/keyboards/percent/canoe/rules.mk @@ -4,8 +4,10 @@ MCU = atmega32a # Bootloader selection BOOTLOADER = bootloadhid -# build options -BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = no |