diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-10-09 01:38:55 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-10-09 01:38:55 +0300 |
commit | 2d7b549e2172b6ffadcaf852055864e6213cfa72 (patch) | |
tree | 473d2d174daf24c4d96ff925c1dc6c918200bef2 /keyboards/cluecard/keymaps/rgb_effects/Makefile | |
parent | a9df99b81c787862dc3fa11bd854fe39e704da81 (diff) |
Add keymap with audio disabled but RGB effects enabled
Diffstat (limited to 'keyboards/cluecard/keymaps/rgb_effects/Makefile')
-rw-r--r-- | keyboards/cluecard/keymaps/rgb_effects/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/cluecard/keymaps/rgb_effects/Makefile b/keyboards/cluecard/keymaps/rgb_effects/Makefile new file mode 100644 index 0000000000..00670c0cf4 --- /dev/null +++ b/keyboards/cluecard/keymaps/rgb_effects/Makefile @@ -0,0 +1,21 @@ +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = no # Audio control and System control(+450) +CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |