aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rules.mk
diff options
context:
space:
mode:
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