diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/lets_split/rules.mk | |
parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) | |
download | qmk_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.mk | 30 |
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 | # |
59 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
60 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 60 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
61 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 61 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
62 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 62 | CONSOLE_ENABLE = no # Console for debug(+400) |
63 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 63 | COMMAND_ENABLE = yes # Commands for debug and configuration |
64 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
70 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 70 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
71 | SUBPROJECT_rev1 ?= yes | 71 | SUBPROJECT_rev1 = yes |
72 | USE_I2C ?= yes | 72 | USE_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 |
74 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 74 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
75 | 75 | ||
76 | CUSTOM_MATRIX = yes | 76 | CUSTOM_MATRIX = yes |
77 | 77 | ||