diff options
author | Joel Challis <git@zvecr.com> | 2022-08-03 21:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:06:54 +0100 |
commit | 92bcbee22615114286916bbbc4df4256c2818f0d (patch) | |
tree | aeb1e6eb45166d73d9c0b758786ca0e28355c102 /keyboards/handwired/splittest/teensy_2 | |
parent | df8a538489414b1f0c0cdcb786a76cca763ae37a (diff) |
Fix up splittest/bluepill (#17897)
Diffstat (limited to 'keyboards/handwired/splittest/teensy_2')
-rw-r--r-- | keyboards/handwired/splittest/teensy_2/rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/splittest/teensy_2/rules.mk b/keyboards/handwired/splittest/teensy_2/rules.mk index a88fa054ee..320633f80f 100644 --- a/keyboards/handwired/splittest/teensy_2/rules.mk +++ b/keyboards/handwired/splittest/teensy_2/rules.mk @@ -3,5 +3,3 @@ MCU = atmega32u4 # Bootloader selection BOOTLOADER = halfkay - -RGBLIGHT_ENABLE = yes |