diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-03-04 10:34:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-04 10:34:01 -0800 |
commit | 615bfc4eca8204b73c592a076ca02aeaeceb7e1e (patch) | |
tree | 90f4f9adf406d92c6817c412256904a97c716daf /keyboards/clueboard/rules.mk | |
parent | b042428d23e90b8d57bb6b429ac0d46704487095 (diff) | |
parent | 1d87df5262331bee3cd27995ba17b035db2bef42 (diff) |
Merge pull request #1107 from qmk/clueboard_cleanup
Rework the clueboard keymaps
Diffstat (limited to 'keyboards/clueboard/rules.mk')
-rw-r--r-- | keyboards/clueboard/rules.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/clueboard/rules.mk b/keyboards/clueboard/rules.mk index 3909fbd5cb..7ce096ba8b 100644 --- a/keyboards/clueboard/rules.mk +++ b/keyboards/clueboard/rules.mk @@ -90,14 +90,14 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) +BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) -EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) +EXTRAKEY_ENABLE ?= no # Audio control and System control(+450) CONSOLE_ENABLE ?= yes # Console for debug(+400) -COMMAND_ENABLE ?= yes # Commands for debug and configuration +COMMAND_ENABLE ?= yes # Commands for debug and configuration NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work AUDIO_ENABLE ?= no -RGBLIGHT_ENABLE ?= no # Enable keyboard underlight functionality +RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality MIDI_ENABLE ?= no # MIDI controls UNICODE_ENABLE ?= no # Unicode -BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
\ No newline at end of file +BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID |