diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-14 22:01:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 22:01:13 +1000 |
commit | 9551a0a38aca3d32e38a123ae2854a8c82b26195 (patch) | |
tree | b246fae82fe993ad7d7aabc51cc2fa408f8517b5 /keyboards/keebio/sinc/rev2/config.h | |
parent | 6c4286152f924fc98a6f18e14987f1db6e55ae5e (diff) |
Move `RGBLIGHT_LED_MAP` to data driven (#21095)
Diffstat (limited to 'keyboards/keebio/sinc/rev2/config.h')
-rw-r--r-- | keyboards/keebio/sinc/rev2/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/keebio/sinc/rev2/config.h b/keyboards/keebio/sinc/rev2/config.h index c394777a8f..8894354d43 100644 --- a/keyboards/keebio/sinc/rev2/config.h +++ b/keyboards/keebio/sinc/rev2/config.h @@ -26,8 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Synchronize Caps Lock LED across halves */ #define SPLIT_LED_STATE_ENABLE -/* ws2812 RGB LED */ -#define RGBLIGHT_LED_MAP { 1, 2, 3, 12, 13, 14, 15, 0, 7, 6, 5, 4, 11, 10, 9, 8 } #define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2) #define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 |