diff options
Diffstat (limited to 'keyboards/butterstick')
-rw-r--r-- | keyboards/butterstick/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/butterstick/rules.mk b/keyboards/butterstick/rules.mk index cb969e8562..4229aa7eec 100644 --- a/keyboards/butterstick/rules.mk +++ b/keyboards/butterstick/rules.mk @@ -4,6 +4,9 @@ MCU = atmega32u4 # Bootloader selection BOOTLOADER = atmel-dfu +# Build Options +# change yes to no to disable +# MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |