diff options
author | climbalima <climbalima@gmail.com> | 2016-11-16 19:18:54 -0500 |
---|---|---|
committer | climbalima <climbalima@gmail.com> | 2016-11-16 19:18:54 -0500 |
commit | 1dd6ceb45dfcf5f0991b84fea5a761a35df7fcda (patch) | |
tree | 32632c8ce4a149566091f9edf3992c796716daf8 /keyboards/lets_split/rules.mk | |
parent | 631b8999a737ec73610f8b569b1f775cadf08172 (diff) | |
download | qmk_firmware-1dd6ceb45dfcf5f0991b84fea5a761a35df7fcda.tar.gz qmk_firmware-1dd6ceb45dfcf5f0991b84fea5a761a35df7fcda.zip |
Updated my repo to current qmk
Diffstat (limited to 'keyboards/lets_split/rules.mk')
-rw-r--r-- | keyboards/lets_split/rules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/lets_split/rules.mk b/keyboards/lets_split/rules.mk index 6fde8a444..1aee5313c 100644 --- a/keyboards/lets_split/rules.mk +++ b/keyboards/lets_split/rules.mk | |||
@@ -63,11 +63,12 @@ COMMAND_ENABLE ?= yes # Commands for debug and configuration | |||
63 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
64 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 64 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality |
65 | MIDI_ENABLE ?= no # MIDI controls | 65 | MIDI_ENABLE ?= no # MIDI controls |
66 | AUDIO_ENABLE ?= yes # Audio output on port C6 | 66 | AUDIO_ENABLE ?= no # Audio output on port C6 |
67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE ?= no # Unicode |
68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID |
69 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 69 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
70 | 70 | SUBPROJECT_rev1 ?= yes | |
71 | USE_I2C ?= yes | ||
71 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
72 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |
73 | 74 | ||