aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gonnerd/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gonnerd/rules.mk')
-rw-r--r--keyboards/gonnerd/rules.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/gonnerd/rules.mk b/keyboards/gonnerd/rules.mk
index c9b584d54..ebea1005b 100644
--- a/keyboards/gonnerd/rules.mk
+++ b/keyboards/gonnerd/rules.mk
@@ -50,17 +50,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
50# Build Options 50# Build Options
51# change yes to no to disable 51# change yes to no to disable
52# 52#
53BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) 53BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
54MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) 54MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
55EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) 55EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
56CONSOLE_ENABLE ?= no # Console for debug(+400) 56CONSOLE_ENABLE = no # Console for debug(+400)
57COMMAND_ENABLE ?= yes # Commands for debug and configuration 57COMMAND_ENABLE = yes # Commands for debug and configuration
58 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 58 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
59SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend 59SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
60 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 60 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
61NKRO_ENABLE ?= no # USB Nkey Rollover 61NKRO_ENABLE = no # USB Nkey Rollover
62BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality on B7 by default 62BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
63MIDI_ENABLE ?= no # MIDI controls 63MIDI_ENABLE = no # MIDI controls
64UNICODE_ENABLE ?= no # Unicode 64UNICODE_ENABLE = no # Unicode
65BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID 65BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
66AUDIO_ENABLE ?= no # Audio output on port C6 66AUDIO_ENABLE = no # Audio output on port C6