diff options
Diffstat (limited to 'keyboards/deltasplit75/rules.mk')
-rw-r--r-- | keyboards/deltasplit75/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/deltasplit75/rules.mk b/keyboards/deltasplit75/rules.mk index 2a13dbdfc..5c7571b9d 100644 --- a/keyboards/deltasplit75/rules.mk +++ b/keyboards/deltasplit75/rules.mk | |||
@@ -41,7 +41,7 @@ F_USB = $(F_CPU) | |||
41 | 41 | ||
42 | # Bootloader | 42 | # Bootloader |
43 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 43 | # This definition is optional, and if your keyboard supports multiple bootloaders of |
44 | # different sizes, comment this out, and the correct address will be loaded | 44 | # different sizes, comment this out, and the correct address will be loaded |
45 | # automatically (+60). See bootloader.mk for all options. | 45 | # automatically (+60). See bootloader.mk for all options. |
46 | BOOTLOADER = caterina | 46 | BOOTLOADER = caterina |
47 | 47 | ||
@@ -63,7 +63,7 @@ MIDI_ENABLE = no # MIDI controls | |||
63 | AUDIO_ENABLE = no # Audio output on port C6 | 63 | AUDIO_ENABLE = no # Audio output on port C6 |
64 | UNICODE_ENABLE = no # Unicode | 64 | UNICODE_ENABLE = no # Unicode |
65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
66 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 66 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
67 | SUBPROJECT_rev1 = yes | 67 | SUBPROJECT_rev1 = yes |
68 | USE_I2C = yes | 68 | USE_I2C = yes |
69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
@@ -71,4 +71,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
71 | 71 | ||
72 | CUSTOM_MATRIX = yes | 72 | CUSTOM_MATRIX = yes |
73 | 73 | ||
74 | DEFAULT_FOLDER = deltasplit75/v2 \ No newline at end of file | 74 | DEFAULT_FOLDER = deltasplit75/v2 |