diff options
| author | Ryan | 2021-09-30 11:17:20 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-30 11:17:20 +0200 |
| commit | 0b37e07f907cbb9654ecbc6449bb690f91f9ab20 (patch) | |
| tree | 01993954480e85ea93dc36aff81e868f883bd086 /keyboards/ryanbaekr | |
| parent | a8e13f041e55fe46d7168eecf1c9862f22ef5f3e (diff) | |
Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)
Diffstat (limited to 'keyboards/ryanbaekr')
| -rw-r--r-- | keyboards/ryanbaekr/rb86/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ryanbaekr/rb86/rules.mk b/keyboards/ryanbaekr/rb86/rules.mk index fb5c5c4129..20b467521e 100644 --- a/keyboards/ryanbaekr/rb86/rules.mk +++ b/keyboards/ryanbaekr/rb86/rules.mk @@ -18,5 +18,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support AUDIO_ENABLE = no # Audio output |