Browse Source

[Keyboard] Minivan : add missing enable to support RGB LEDs (#13157)

Config.h has support for RGB LEDs but enable line was missing in rules.mk
pull/13229/head
TerryMathews 2 years ago
committed by GitHub
parent
commit
f9d88da86f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/thevankeyboards/minivan/rules.mk

+ 1
- 0
keyboards/thevankeyboards/minivan/rules.mk View File

@ -28,3 +28,4 @@ MIDI_ENABLE = no # MIDI controls
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
RGBLIGHT_ENABLE = yes # Enable support for RGB LEDs

Loading…
Cancel
Save