diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 14:48:27 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 14:48:27 -0700 |
commit | 70d83afff9c9074eeec3407c591b8683ccd82ef9 (patch) | |
tree | 78e6e0a77d479c6ef10db5a566e28f946b667403 /keyboards/clueboard/rules.mk | |
parent | 1d69ccd729013809d04485a297f36851b8b9cb63 (diff) | |
parent | c36a4496eb190c72c492000f38ab4e98a3681fe4 (diff) | |
download | firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.gz firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.bz2 firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.zip |
Merge branch 'qmk/master'
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 3909fbd5c..7ce096ba8 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 |