aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rules.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-30 16:09:52 -0400
committerGitHub <noreply@github.com>2017-06-30 16:09:52 -0400
commitb476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch)
tree994017c60f209efc34a522c428fa3397d1198a0c /keyboards/lets_split/rules.mk
parent61ef949576fb64e3c57c3381875708893e4b3f96 (diff)
downloadqmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.tar.gz
qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.zip
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/lets_split/rules.mk')
-rw-r--r--keyboards/lets_split/rules.mk30
1 files changed, 15 insertions, 15 deletions
diff --git a/keyboards/lets_split/rules.mk b/keyboards/lets_split/rules.mk
index 43eff99e7..cc87ee31c 100644
--- a/keyboards/lets_split/rules.mk
+++ b/keyboards/lets_split/rules.mk
@@ -56,22 +56,22 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
56# change to "no" to disable the options, or define them in the Makefile in 56# change to "no" to disable the options, or define them in the Makefile in
57# the appropriate keymap folder that will get included automatically 57# the appropriate keymap folder that will get included automatically
58# 58#
59BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) 59BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
60MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) 60MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
61EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) 61EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
62CONSOLE_ENABLE ?= no # Console for debug(+400) 62CONSOLE_ENABLE = no # Console for debug(+400)
63COMMAND_ENABLE ?= yes # Commands for debug and configuration 63COMMAND_ENABLE = yes # Commands for debug and configuration
64NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 64NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
65BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality 65BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
66MIDI_ENABLE ?= no # MIDI controls 66MIDI_ENABLE = no # MIDI controls
67AUDIO_ENABLE ?= no # Audio output on port C6 67AUDIO_ENABLE = no # Audio output on port C6
68UNICODE_ENABLE ?= no # Unicode 68UNICODE_ENABLE = no # Unicode
69BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID 69BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
70RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. 70RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
71SUBPROJECT_rev1 ?= yes 71SUBPROJECT_rev1 = yes
72USE_I2C ?= yes 72USE_I2C = yes
73# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 73# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
74SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend 74SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
75 75
76CUSTOM_MATRIX = yes 76CUSTOM_MATRIX = yes
77 77