diff options
| author | Joel Challis | 2023-10-21 13:21:23 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-21 13:21:23 +0200 |
| commit | 3f1b3a512532b8e6ebd2f73df5222ae146b1f490 (patch) | |
| tree | b74d6f2e4c4ced38da9b0dda44965d87249513fe /keyboards/stront | |
| parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) | |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/stront')
| -rw-r--r-- | keyboards/stront/config.h | 2 | ||||
| -rw-r--r-- | keyboards/stront/info.json | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/stront/config.h b/keyboards/stront/config.h index 4c88e411ac..13c76a80e2 100644 --- a/keyboards/stront/config.h +++ b/keyboards/stront/config.h @@ -13,8 +13,6 @@ /* any side can be master by default, enable split sync to support it */ #define EE_HANDS -#define SPLIT_LED_STATE_ENABLE -#define SPLIT_MODS_ENABLE #define SPLIT_POINTING_ENABLE /* SPI config for display/touchpad */ diff --git a/keyboards/stront/info.json b/keyboards/stront/info.json index cd418aa246..40be364688 100644 --- a/keyboards/stront/info.json +++ b/keyboards/stront/info.json @@ -61,7 +61,13 @@ "rows": ["GP28", "GP27", "GP26", "GP15"] }, "split": { - "enabled": true + "enabled": true, + "transport": { + "sync": { + "indicators": true, + "modifiers": true + } + } }, "encoder": { "rotary": [ |