diff options
author | Joel Challis <git@zvecr.com> | 2023-10-21 12:21:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 12:21:23 +0100 |
commit | 3f1b3a512532b8e6ebd2f73df5222ae146b1f490 (patch) | |
tree | b74d6f2e4c4ced38da9b0dda44965d87249513fe /keyboards/keebio/sinc/rev2 | |
parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/keebio/sinc/rev2')
-rw-r--r-- | keyboards/keebio/sinc/rev2/config.h | 2 | ||||
-rw-r--r-- | keyboards/keebio/sinc/rev2/info.json | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/keebio/sinc/rev2/config.h b/keyboards/keebio/sinc/rev2/config.h index 8894354d43..2d2c772422 100644 --- a/keyboards/keebio/sinc/rev2/config.h +++ b/keyboards/keebio/sinc/rev2/config.h @@ -23,8 +23,6 @@ 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 #define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2) diff --git a/keyboards/keebio/sinc/rev2/info.json b/keyboards/keebio/sinc/rev2/info.json index 0c86727abe..5b74d17b1a 100644 --- a/keyboards/keebio/sinc/rev2/info.json +++ b/keyboards/keebio/sinc/rev2/info.json @@ -18,7 +18,10 @@ "enabled": true, "soft_serial_pin": "D0", "transport": { - "protocol": "serial" + "protocol": "serial", + "sync" :{ + "indicators": true + } }, "encoder": { "right": { |