diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-09-20 21:38:59 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-09-20 21:38:59 -0500 |
| commit | 6631abc1cb0e570271bcf33464e3af17b6fc0b87 (patch) | |
| tree | 29e33041e54b98af1425740f1e6625091ffe50e8 /keyboards/lets_split/rules.mk | |
| parent | f956802f29aaa3da0d86d56f42986d456bae717b (diff) | |
| download | qmk_firmware-6631abc1cb0e570271bcf33464e3af17b6fc0b87.tar.gz qmk_firmware-6631abc1cb0e570271bcf33464e3af17b6fc0b87.zip | |
Made Serial and I2C not include the Other
This saves 192 bytes
Diffstat (limited to 'keyboards/lets_split/rules.mk')
| -rw-r--r-- | keyboards/lets_split/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lets_split/rules.mk b/keyboards/lets_split/rules.mk index 6961fbd55..6fde8a444 100644 --- a/keyboards/lets_split/rules.mk +++ b/keyboards/lets_split/rules.mk | |||
| @@ -52,7 +52,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 52 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | 52 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 |
| 53 | 53 | ||
| 54 | # Build Options | 54 | # Build Options |
| 55 | # change to "no" to disable the options, or define them in the Makefile in | 55 | # change to "no" to disable the options, or define them in the Makefile in |
| 56 | # the appropriate keymap folder that will get included automatically | 56 | # the appropriate keymap folder that will get included automatically |
| 57 | # | 57 | # |
| 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) |
| @@ -71,4 +71,4 @@ RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this | |||
| 71 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 71 | # 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 | 72 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |
| 73 | 73 | ||
| 74 | CUSTOM_MATRIX = yes \ No newline at end of file | 74 | CUSTOM_MATRIX = yes |
