diff options
Diffstat (limited to 'keyboards/mt40/rules.mk')
-rw-r--r-- | keyboards/mt40/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mt40/rules.mk b/keyboards/mt40/rules.mk index e4bdd73c2a..3024f40149 100644 --- a/keyboards/mt40/rules.mk +++ b/keyboards/mt40/rules.mk @@ -4,7 +4,9 @@ MCU = atmega32a # Bootloader selection BOOTLOADER = bootloadhid -# build options +# Build Options +# change yes to no to disable +# BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control |