diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-30 06:52:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-30 06:52:25 +0000 |
commit | 798d6a1c68931410d64aec53232e3b9a27274326 (patch) | |
tree | c15835c5b39c33deae18fb5cd299ad7967d43765 /keyboards/keebio | |
parent | f7095283e85ca6845dd21fde07c13118cc66ddbf (diff) | |
parent | 3d091f4a9d4a235c70121a1954f3e84b465b68b5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio')
-rw-r--r-- | keyboards/keebio/sinc/rev1/config.h | 2 | ||||
-rw-r--r-- | keyboards/keebio/sinc/rev2/config.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/rev1/config.h b/keyboards/keebio/sinc/rev1/config.h index 7fde38b58e..c394777a8f 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 <http://www.gnu.org/licenses/>. #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 } diff --git a/keyboards/keebio/sinc/rev2/config.h b/keyboards/keebio/sinc/rev2/config.h index 7fde38b58e..c394777a8f 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 <http://www.gnu.org/licenses/>. #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 } |