diff options
Diffstat (limited to 'keyboards/deltasplit75/rules.mk')
-rw-r--r-- | keyboards/deltasplit75/rules.mk | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/keyboards/deltasplit75/rules.mk b/keyboards/deltasplit75/rules.mk index 1aee5313c..e345d61f5 100644 --- a/keyboards/deltasplit75/rules.mk +++ b/keyboards/deltasplit75/rules.mk | |||
@@ -55,21 +55,23 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
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) |
59 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 59 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
60 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 60 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
61 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 61 | CONSOLE_ENABLE = no # Console for debug(+400) |
62 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 62 | 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 ?= no # 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 | SUBPROJECT_rev1 ?= yes | 70 | SUBPROJECT_rev1 = yes |
71 | USE_I2C ?= yes | 71 | USE_I2C = yes |
72 | # 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 |
73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
74 | 74 | ||
75 | CUSTOM_MATRIX = yes | 75 | CUSTOM_MATRIX = yes |
76 | |||
77 | DEFAULT_FOLDER = deltasplit75/v2 \ No newline at end of file | ||