diff options
author | Nick Brassel <nick@tzarc.org> | 2022-01-11 14:20:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 14:20:33 +1100 |
commit | be1dcb9185d9ee3c1fa433703cc2e479efd6ba73 (patch) | |
tree | f4b58f8ee57748075820b66a03c128fd6bad9b70 /keyboards/salicylic_acid3/7skb | |
parent | 012db45bfb8490a81301532f705e6b4b61acbe9d (diff) |
Fix CI. (#15828)
* Fix CI.
Diffstat (limited to 'keyboards/salicylic_acid3/7skb')
-rw-r--r-- | keyboards/salicylic_acid3/7skb/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/salicylic_acid3/7skb/rules.mk b/keyboards/salicylic_acid3/7skb/rules.mk index ea7399dc75..3ae2e899ca 100644 --- a/keyboards/salicylic_acid3/7skb/rules.mk +++ b/keyboards/salicylic_acid3/7skb/rules.mk @@ -15,8 +15,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SPLIT_KEYBOARD = yes -DEFAULT_FOLDER = 7skb/rev1 +DEFAULT_FOLDER = salicylic_acid3/7skb/rev1 |