diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-15 20:51:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 06:51:13 +1000 |
commit | 4b453dca92f87899d98b5340b16677bd78a52beb (patch) | |
tree | a40b8e53964520762946e0c63bfc0a83cb2a3428 /keyboards/evyd13 | |
parent | fd340f8957055d74b26a5ddc490253fcc8a3a2f7 (diff) | |
download | qmk_firmware-4b453dca92f87899d98b5340b16677bd78a52beb.tar.gz qmk_firmware-4b453dca92f87899d98b5340b16677bd78a52beb.zip |
Remove MIDI Configuration boilerplate (#11151)
* remove keyboard-level instances of `MIDI_ENABLE = no`
Command:
```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]*MIDI_ENABLE[ \t]*=[ \t]*no/d' {} +
```
Co-Authored-By: Nick Brassel <nick@tzarc.org>
* fix case-sensitivity issues on MIDI_ENABLE
Change instances of `MIDI_ENABLE = YES` to `MIDI_ENABLE = yes`.
Command:
```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE[ \t]*=[ \t]*[Yy][Ee][Ss];MIDI_ENABLE = yes;g' {} +
```
* replace `# MIDI controls` with `# MIDI support`
Replace `# MIDI controls` with `# MIDI support` in keyboard-level `rules.mk` files.
Command:
```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*MIDI[ \t]*\(controls\|support\).*;# MIDI support;g' {} +
```
* align inline comments
Aligns the inline comments to the length used by the QMK AVR rules.mk template.
Command:
```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE *= *yes.*;MIDI_ENABLE = yes # MIDI support;g' {} +
```
* remove commented instances of `MIDI_ENABLE` from keyboard `rules.mk` files
Commands:
```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#\([ \t]*MIDI_ENABLE\) = yes; \1 = no ;' {} +
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;^\([ \t]*\)\(MIDI_ENABLE = no\);\2\1;' {} +
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]\+MIDI_ENABLE *= *no/d' {} +
```
* remove MIDI configuration boilerplate from keyboard config.h files
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/evyd13')
27 files changed, 0 insertions, 255 deletions
diff --git a/keyboards/evyd13/atom47/rules.mk b/keyboards/evyd13/atom47/rules.mk index 44c13f496..34a7f0ead 100644 --- a/keyboards/evyd13/atom47/rules.mk +++ b/keyboards/evyd13/atom47/rules.mk | |||
@@ -20,7 +20,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
20 | CONSOLE_ENABLE = no # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
21 | COMMAND_ENABLE = no # Commands for debug and configuration | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
22 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 22 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
23 | MIDI_ENABLE = no # MIDI controls | ||
24 | AUDIO_ENABLE = no | 23 | AUDIO_ENABLE = no |
25 | UNICODE_ENABLE = no # Unicode | 24 | UNICODE_ENABLE = no # Unicode |
26 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 25 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/evyd13/eon40/config.h b/keyboards/evyd13/eon40/config.h index 625576c74..eb65f6bcf 100644 --- a/keyboards/evyd13/eon40/config.h +++ b/keyboards/evyd13/eon40/config.h | |||
@@ -194,26 +194,6 @@ | |||
194 | //#define NO_ACTION_MACRO | 194 | //#define NO_ACTION_MACRO |
195 | //#define NO_ACTION_FUNCTION | 195 | //#define NO_ACTION_FUNCTION |
196 | 196 | ||
197 | /* | ||
198 | * MIDI options | ||
199 | */ | ||
200 | |||
201 | /* enable basic MIDI features: | ||
202 | - MIDI notes can be sent when in Music mode is on | ||
203 | */ | ||
204 | //#define MIDI_BASIC | ||
205 | |||
206 | /* enable advanced MIDI features: | ||
207 | - MIDI notes can be added to the keymap | ||
208 | - Octave shift and transpose | ||
209 | - Virtual sustain, portamento, and modulation wheel | ||
210 | - etc. | ||
211 | */ | ||
212 | //#define MIDI_ADVANCED | ||
213 | |||
214 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
215 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
216 | |||
217 | /* Bootmagic Lite key configuration */ | 197 | /* Bootmagic Lite key configuration */ |
218 | // #define BOOTMAGIC_LITE_ROW 0 | 198 | // #define BOOTMAGIC_LITE_ROW 0 |
219 | // #define BOOTMAGIC_LITE_COLUMN 0 | 199 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/eon40/rules.mk b/keyboards/evyd13/eon40/rules.mk index 5f1da0aae..16eebea6c 100644 --- a/keyboards/evyd13/eon40/rules.mk +++ b/keyboards/evyd13/eon40/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/eon65/config.h b/keyboards/evyd13/eon65/config.h index ffcde47f6..eb6273e46 100644 --- a/keyboards/evyd13/eon65/config.h +++ b/keyboards/evyd13/eon65/config.h | |||
@@ -191,26 +191,6 @@ | |||
191 | //#define NO_ACTION_MACRO | 191 | //#define NO_ACTION_MACRO |
192 | //#define NO_ACTION_FUNCTION | 192 | //#define NO_ACTION_FUNCTION |
193 | 193 | ||
194 | /* | ||
195 | * MIDI options | ||
196 | */ | ||
197 | |||
198 | /* enable basic MIDI features: | ||
199 | - MIDI notes can be sent when in Music mode is on | ||
200 | */ | ||
201 | //#define MIDI_BASIC | ||
202 | |||
203 | /* enable advanced MIDI features: | ||
204 | - MIDI notes can be added to the keymap | ||
205 | - Octave shift and transpose | ||
206 | - Virtual sustain, portamento, and modulation wheel | ||
207 | - etc. | ||
208 | */ | ||
209 | //#define MIDI_ADVANCED | ||
210 | |||
211 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
212 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
213 | |||
214 | /* Bootmagic Lite key configuration */ | 194 | /* Bootmagic Lite key configuration */ |
215 | // #define BOOTMAGIC_LITE_ROW 0 | 195 | // #define BOOTMAGIC_LITE_ROW 0 |
216 | // #define BOOTMAGIC_LITE_COLUMN 0 | 196 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/eon65/rules.mk b/keyboards/evyd13/eon65/rules.mk index aff1f357c..ba02b99d8 100644 --- a/keyboards/evyd13/eon65/rules.mk +++ b/keyboards/evyd13/eon65/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/eon75/config.h b/keyboards/evyd13/eon75/config.h index d7d84de2a..d72e3f2b2 100644 --- a/keyboards/evyd13/eon75/config.h +++ b/keyboards/evyd13/eon75/config.h | |||
@@ -196,26 +196,6 @@ | |||
196 | //#define NO_ACTION_MACRO | 196 | //#define NO_ACTION_MACRO |
197 | //#define NO_ACTION_FUNCTION | 197 | //#define NO_ACTION_FUNCTION |
198 | 198 | ||
199 | /* | ||
200 | * MIDI options | ||
201 | */ | ||
202 | |||
203 | /* enable basic MIDI features: | ||
204 | - MIDI notes can be sent when in Music mode is on | ||
205 | */ | ||
206 | //#define MIDI_BASIC | ||
207 | |||
208 | /* enable advanced MIDI features: | ||
209 | - MIDI notes can be added to the keymap | ||
210 | - Octave shift and transpose | ||
211 | - Virtual sustain, portamento, and modulation wheel | ||
212 | - etc. | ||
213 | */ | ||
214 | //#define MIDI_ADVANCED | ||
215 | |||
216 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
217 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
218 | |||
219 | /* Bootmagic Lite key configuration */ | 199 | /* Bootmagic Lite key configuration */ |
220 | // #define BOOTMAGIC_LITE_ROW 0 | 200 | // #define BOOTMAGIC_LITE_ROW 0 |
221 | // #define BOOTMAGIC_LITE_COLUMN 0 | 201 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/eon75/rules.mk b/keyboards/evyd13/eon75/rules.mk index 749d77c79..035a67207 100644 --- a/keyboards/evyd13/eon75/rules.mk +++ b/keyboards/evyd13/eon75/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/eon87/config.h b/keyboards/evyd13/eon87/config.h index dcbac216c..c09a1365e 100644 --- a/keyboards/evyd13/eon87/config.h +++ b/keyboards/evyd13/eon87/config.h | |||
@@ -191,26 +191,6 @@ | |||
191 | //#define NO_ACTION_MACRO | 191 | //#define NO_ACTION_MACRO |
192 | //#define NO_ACTION_FUNCTION | 192 | //#define NO_ACTION_FUNCTION |
193 | 193 | ||
194 | /* | ||
195 | * MIDI options | ||
196 | */ | ||
197 | |||
198 | /* enable basic MIDI features: | ||
199 | - MIDI notes can be sent when in Music mode is on | ||
200 | */ | ||
201 | //#define MIDI_BASIC | ||
202 | |||
203 | /* enable advanced MIDI features: | ||
204 | - MIDI notes can be added to the keymap | ||
205 | - Octave shift and transpose | ||
206 | - Virtual sustain, portamento, and modulation wheel | ||
207 | - etc. | ||
208 | */ | ||
209 | //#define MIDI_ADVANCED | ||
210 | |||
211 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
212 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
213 | |||
214 | /* Bootmagic Lite key configuration */ | 194 | /* Bootmagic Lite key configuration */ |
215 | // #define BOOTMAGIC_LITE_ROW 0 | 195 | // #define BOOTMAGIC_LITE_ROW 0 |
216 | // #define BOOTMAGIC_LITE_COLUMN 0 | 196 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/eon87/rules.mk b/keyboards/evyd13/eon87/rules.mk index 769556aee..be9aff456 100644 --- a/keyboards/evyd13/eon87/rules.mk +++ b/keyboards/evyd13/eon87/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/eon95/config.h b/keyboards/evyd13/eon95/config.h index 2d9ede3ee..bcb2b9c5e 100644 --- a/keyboards/evyd13/eon95/config.h +++ b/keyboards/evyd13/eon95/config.h | |||
@@ -196,26 +196,6 @@ | |||
196 | //#define NO_ACTION_MACRO | 196 | //#define NO_ACTION_MACRO |
197 | //#define NO_ACTION_FUNCTION | 197 | //#define NO_ACTION_FUNCTION |
198 | 198 | ||
199 | /* | ||
200 | * MIDI options | ||
201 | */ | ||
202 | |||
203 | /* enable basic MIDI features: | ||
204 | - MIDI notes can be sent when in Music mode is on | ||
205 | */ | ||
206 | //#define MIDI_BASIC | ||
207 | |||
208 | /* enable advanced MIDI features: | ||
209 | - MIDI notes can be added to the keymap | ||
210 | - Octave shift and transpose | ||
211 | - Virtual sustain, portamento, and modulation wheel | ||
212 | - etc. | ||
213 | */ | ||
214 | //#define MIDI_ADVANCED | ||
215 | |||
216 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
217 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
218 | |||
219 | /* Bootmagic Lite key configuration */ | 199 | /* Bootmagic Lite key configuration */ |
220 | // #define BOOTMAGIC_LITE_ROW 0 | 200 | // #define BOOTMAGIC_LITE_ROW 0 |
221 | // #define BOOTMAGIC_LITE_COLUMN 0 | 201 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/eon95/rules.mk b/keyboards/evyd13/eon95/rules.mk index 749d77c79..035a67207 100644 --- a/keyboards/evyd13/eon95/rules.mk +++ b/keyboards/evyd13/eon95/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/minitomic/config.h b/keyboards/evyd13/minitomic/config.h index f26b4d1d9..140862544 100644 --- a/keyboards/evyd13/minitomic/config.h +++ b/keyboards/evyd13/minitomic/config.h | |||
@@ -194,26 +194,6 @@ | |||
194 | //#define NO_ACTION_MACRO | 194 | //#define NO_ACTION_MACRO |
195 | //#define NO_ACTION_FUNCTION | 195 | //#define NO_ACTION_FUNCTION |
196 | 196 | ||
197 | /* | ||
198 | * MIDI options | ||
199 | */ | ||
200 | |||
201 | /* enable basic MIDI features: | ||
202 | - MIDI notes can be sent when in Music mode is on | ||
203 | */ | ||
204 | //#define MIDI_BASIC | ||
205 | |||
206 | /* enable advanced MIDI features: | ||
207 | - MIDI notes can be added to the keymap | ||
208 | - Octave shift and transpose | ||
209 | - Virtual sustain, portamento, and modulation wheel | ||
210 | - etc. | ||
211 | */ | ||
212 | //#define MIDI_ADVANCED | ||
213 | |||
214 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
215 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
216 | |||
217 | /* Bootmagic Lite key configuration */ | 197 | /* Bootmagic Lite key configuration */ |
218 | // #define BOOTMAGIC_LITE_ROW 0 | 198 | // #define BOOTMAGIC_LITE_ROW 0 |
219 | // #define BOOTMAGIC_LITE_COLUMN 0 | 199 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/minitomic/rules.mk b/keyboards/evyd13/minitomic/rules.mk index 4558c5fcb..772a65f92 100644 --- a/keyboards/evyd13/minitomic/rules.mk +++ b/keyboards/evyd13/minitomic/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/mx5160/config.h b/keyboards/evyd13/mx5160/config.h index c65f81b87..13abd3668 100644 --- a/keyboards/evyd13/mx5160/config.h +++ b/keyboards/evyd13/mx5160/config.h | |||
@@ -200,26 +200,6 @@ | |||
200 | //#define NO_ACTION_MACRO | 200 | //#define NO_ACTION_MACRO |
201 | //#define NO_ACTION_FUNCTION | 201 | //#define NO_ACTION_FUNCTION |
202 | 202 | ||
203 | /* | ||
204 | * MIDI options | ||
205 | */ | ||
206 | |||
207 | /* enable basic MIDI features: | ||
208 | - MIDI notes can be sent when in Music mode is on | ||
209 | */ | ||
210 | //#define MIDI_BASIC | ||
211 | |||
212 | /* enable advanced MIDI features: | ||
213 | - MIDI notes can be added to the keymap | ||
214 | - Octave shift and transpose | ||
215 | - Virtual sustain, portamento, and modulation wheel | ||
216 | - etc. | ||
217 | */ | ||
218 | //#define MIDI_ADVANCED | ||
219 | |||
220 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
221 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
222 | |||
223 | /* Bootmagic Lite key configuration */ | 203 | /* Bootmagic Lite key configuration */ |
224 | // #define BOOTMAGIC_LITE_ROW 0 | 204 | // #define BOOTMAGIC_LITE_ROW 0 |
225 | // #define BOOTMAGIC_LITE_COLUMN 0 | 205 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/mx5160/rules.mk b/keyboards/evyd13/mx5160/rules.mk index 13b7fa3f1..b29be96e0 100644 --- a/keyboards/evyd13/mx5160/rules.mk +++ b/keyboards/evyd13/mx5160/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/nt660/config.h b/keyboards/evyd13/nt660/config.h index 863884714..f43e6443d 100644 --- a/keyboards/evyd13/nt660/config.h +++ b/keyboards/evyd13/nt660/config.h | |||
@@ -197,26 +197,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
197 | #define NO_ACTION_MACRO | 197 | #define NO_ACTION_MACRO |
198 | #define NO_ACTION_FUNCTION | 198 | #define NO_ACTION_FUNCTION |
199 | 199 | ||
200 | /* | ||
201 | * MIDI options | ||
202 | */ | ||
203 | |||
204 | /* enable basic MIDI features: | ||
205 | - MIDI notes can be sent when in Music mode is on | ||
206 | */ | ||
207 | //#define MIDI_BASIC | ||
208 | |||
209 | /* enable advanced MIDI features: | ||
210 | - MIDI notes can be added to the keymap | ||
211 | - Octave shift and transpose | ||
212 | - Virtual sustain, portamento, and modulation wheel | ||
213 | - etc. | ||
214 | */ | ||
215 | //#define MIDI_ADVANCED | ||
216 | |||
217 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
218 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
219 | |||
220 | /* Bootmagic Lite key configuration */ | 200 | /* Bootmagic Lite key configuration */ |
221 | // #define BOOTMAGIC_LITE_ROW 0 | 201 | // #define BOOTMAGIC_LITE_ROW 0 |
222 | // #define BOOTMAGIC_LITE_COLUMN 0 | 202 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/nt660/rules.mk b/keyboards/evyd13/nt660/rules.mk index 21da56998..e6cab965f 100644 --- a/keyboards/evyd13/nt660/rules.mk +++ b/keyboards/evyd13/nt660/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
31 | 30 | ||
diff --git a/keyboards/evyd13/omrontkl/config.h b/keyboards/evyd13/omrontkl/config.h index 704ccd5d8..ce35f8e08 100644 --- a/keyboards/evyd13/omrontkl/config.h +++ b/keyboards/evyd13/omrontkl/config.h | |||
@@ -191,26 +191,6 @@ | |||
191 | //#define NO_ACTION_MACRO | 191 | //#define NO_ACTION_MACRO |
192 | //#define NO_ACTION_FUNCTION | 192 | //#define NO_ACTION_FUNCTION |
193 | 193 | ||
194 | /* | ||
195 | * MIDI options | ||
196 | */ | ||
197 | |||
198 | /* enable basic MIDI features: | ||
199 | - MIDI notes can be sent when in Music mode is on | ||
200 | */ | ||
201 | //#define MIDI_BASIC | ||
202 | |||
203 | /* enable advanced MIDI features: | ||
204 | - MIDI notes can be added to the keymap | ||
205 | - Octave shift and transpose | ||
206 | - Virtual sustain, portamento, and modulation wheel | ||
207 | - etc. | ||
208 | */ | ||
209 | //#define MIDI_ADVANCED | ||
210 | |||
211 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
212 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
213 | |||
214 | /* Bootmagic Lite key configuration */ | 194 | /* Bootmagic Lite key configuration */ |
215 | // #define BOOTMAGIC_LITE_ROW 0 | 195 | // #define BOOTMAGIC_LITE_ROW 0 |
216 | // #define BOOTMAGIC_LITE_COLUMN 0 | 196 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/omrontkl/rules.mk b/keyboards/evyd13/omrontkl/rules.mk index 550b0e15b..9c46539f1 100644 --- a/keyboards/evyd13/omrontkl/rules.mk +++ b/keyboards/evyd13/omrontkl/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/evyd13/plain60/rules.mk b/keyboards/evyd13/plain60/rules.mk index 336a5b3eb..8f9b59aad 100644 --- a/keyboards/evyd13/plain60/rules.mk +++ b/keyboards/evyd13/plain60/rules.mk | |||
@@ -22,7 +22,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
22 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 22 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
23 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality | 23 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality |
24 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 24 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
25 | MIDI_ENABLE = no # MIDI controls | ||
26 | AUDIO_ENABLE = no | 25 | AUDIO_ENABLE = no |
27 | UNICODE_ENABLE = no # Unicode | 26 | UNICODE_ENABLE = no # Unicode |
28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/evyd13/pockettype/config.h b/keyboards/evyd13/pockettype/config.h index daae3c173..681672c6a 100644 --- a/keyboards/evyd13/pockettype/config.h +++ b/keyboards/evyd13/pockettype/config.h | |||
@@ -191,26 +191,6 @@ | |||
191 | //#define NO_ACTION_MACRO | 191 | //#define NO_ACTION_MACRO |
192 | //#define NO_ACTION_FUNCTION | 192 | //#define NO_ACTION_FUNCTION |
193 | 193 | ||
194 | /* | ||
195 | * MIDI options | ||
196 | */ | ||
197 | |||
198 | /* enable basic MIDI features: | ||
199 | - MIDI notes can be sent when in Music mode is on | ||
200 | */ | ||
201 | //#define MIDI_BASIC | ||
202 | |||
203 | /* enable advanced MIDI features: | ||
204 | - MIDI notes can be added to the keymap | ||
205 | - Octave shift and transpose | ||
206 | - Virtual sustain, portamento, and modulation wheel | ||
207 | - etc. | ||
208 | */ | ||
209 | //#define MIDI_ADVANCED | ||
210 | |||
211 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
212 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
213 | |||
214 | /* Bootmagic Lite key configuration */ | 194 | /* Bootmagic Lite key configuration */ |
215 | // #define BOOTMAGIC_LITE_ROW 0 | 195 | // #define BOOTMAGIC_LITE_ROW 0 |
216 | // #define BOOTMAGIC_LITE_COLUMN 0 | 196 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/evyd13/ta65/rules.mk b/keyboards/evyd13/ta65/rules.mk index db467c115..c55aec760 100644 --- a/keyboards/evyd13/ta65/rules.mk +++ b/keyboards/evyd13/ta65/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
31 | ENCODER_ENABLE = yes | 30 | ENCODER_ENABLE = yes |
diff --git a/keyboards/evyd13/wasdat/config.h b/keyboards/evyd13/wasdat/config.h index 75b75a0d2..83866890f 100644 --- a/keyboards/evyd13/wasdat/config.h +++ b/keyboards/evyd13/wasdat/config.h | |||
@@ -204,26 +204,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
204 | //#define NO_ACTION_MACRO | 204 | //#define NO_ACTION_MACRO |
205 | //#define NO_ACTION_FUNCTION | 205 | //#define NO_ACTION_FUNCTION |
206 | 206 | ||
207 | /* | ||
208 | * MIDI options | ||
209 | */ | ||
210 | |||
211 | /* enable basic MIDI features: | ||
212 | - MIDI notes can be sent when in Music mode is on | ||
213 | */ | ||
214 | //#define MIDI_BASIC | ||
215 | |||
216 | /* enable advanced MIDI features: | ||
217 | - MIDI notes can be added to the keymap | ||
218 | - Octave shift and transpose | ||
219 | - Virtual sustain, portamento, and modulation wheel | ||
220 | - etc. | ||
221 | */ | ||
222 | //#define MIDI_ADVANCED | ||
223 | |||
224 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
225 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
226 | |||
227 | /* Bootmagic Lite key configuration */ | 207 | /* Bootmagic Lite key configuration */ |
228 | #define BOOTMAGIC_LITE_ROW 0 | 208 | #define BOOTMAGIC_LITE_ROW 0 |
229 | #define BOOTMAGIC_LITE_COLUMN 5 | 209 | #define BOOTMAGIC_LITE_COLUMN 5 |
diff --git a/keyboards/evyd13/wasdat/rules.mk b/keyboards/evyd13/wasdat/rules.mk index 2e901597a..ab0acf29a 100644 --- a/keyboards/evyd13/wasdat/rules.mk +++ b/keyboards/evyd13/wasdat/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = yes # USB Nkey Rollover | 25 | NKRO_ENABLE = yes # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
31 | 30 | ||
diff --git a/keyboards/evyd13/wasdat_code/config.h b/keyboards/evyd13/wasdat_code/config.h index 4ac77f217..07c18c3ba 100644 --- a/keyboards/evyd13/wasdat_code/config.h +++ b/keyboards/evyd13/wasdat_code/config.h | |||
@@ -204,26 +204,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
204 | //#define NO_ACTION_MACRO | 204 | //#define NO_ACTION_MACRO |
205 | //#define NO_ACTION_FUNCTION | 205 | //#define NO_ACTION_FUNCTION |
206 | 206 | ||
207 | /* | ||
208 | * MIDI options | ||
209 | */ | ||
210 | |||
211 | /* enable basic MIDI features: | ||
212 | - MIDI notes can be sent when in Music mode is on | ||
213 | */ | ||
214 | //#define MIDI_BASIC | ||
215 | |||
216 | /* enable advanced MIDI features: | ||
217 | - MIDI notes can be added to the keymap | ||
218 | - Octave shift and transpose | ||
219 | - Virtual sustain, portamento, and modulation wheel | ||
220 | - etc. | ||
221 | */ | ||
222 | //#define MIDI_ADVANCED | ||
223 | |||
224 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
225 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
226 | |||
227 | /* Bootmagic Lite key configuration */ | 207 | /* Bootmagic Lite key configuration */ |
228 | #define BOOTMAGIC_LITE_ROW 2 | 208 | #define BOOTMAGIC_LITE_ROW 2 |
229 | #define BOOTMAGIC_LITE_COLUMN 3 | 209 | #define BOOTMAGIC_LITE_COLUMN 3 |
diff --git a/keyboards/evyd13/wasdat_code/rules.mk b/keyboards/evyd13/wasdat_code/rules.mk index 93d34c4dd..4dec8aafe 100644 --- a/keyboards/evyd13/wasdat_code/rules.mk +++ b/keyboards/evyd13/wasdat_code/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
25 | NKRO_ENABLE = yes # USB Nkey Rollover | 25 | NKRO_ENABLE = yes # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
31 | 30 | ||
diff --git a/keyboards/evyd13/wonderland/rules.mk b/keyboards/evyd13/wonderland/rules.mk index d73731b4d..54aad9e68 100644 --- a/keyboards/evyd13/wonderland/rules.mk +++ b/keyboards/evyd13/wonderland/rules.mk | |||
@@ -22,7 +22,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
22 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 22 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
23 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality | 23 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality |
24 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 24 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
25 | MIDI_ENABLE = no # MIDI controls | ||
26 | AUDIO_ENABLE = no | 25 | AUDIO_ENABLE = no |
27 | UNICODE_ENABLE = no # Unicode | 26 | UNICODE_ENABLE = no # Unicode |
28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |