From c73b978d39bdc43e1006de9b4e1f1f6ecfacebae Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Wed, 23 Nov 2022 20:57:44 -0800 Subject: [PATCH 1/2] Enable Sinc Split LED state --- keyboards/keebio/sinc/rev2/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/keebio/sinc/rev2/config.h b/keyboards/keebio/sinc/rev2/config.h index 7fde38b58e42..c394777a8f82 100644 --- a/keyboards/keebio/sinc/rev2/config.h +++ b/keyboards/keebio/sinc/rev2/config.h @@ -23,6 +23,8 @@ along with this program. If not, see . #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE +/* 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 } From 908cc92f67fd724672cf804138632f3d20d83b73 Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Mon, 28 Nov 2022 13:00:16 -0800 Subject: [PATCH 2/2] Add Rev1 per discord thread --- keyboards/keebio/sinc/rev1/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/keebio/sinc/rev1/config.h b/keyboards/keebio/sinc/rev1/config.h index 7fde38b58e42..c394777a8f82 100644 --- a/keyboards/keebio/sinc/rev1/config.h +++ b/keyboards/keebio/sinc/rev1/config.h @@ -23,6 +23,8 @@ along with this program. If not, see . #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE +/* 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 }