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/mlego | |
parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/mlego')
-rw-r--r-- | keyboards/mlego/m60_split/rev1/config.h | 4 | ||||
-rw-r--r-- | keyboards/mlego/m60_split/rev1/info.json | 6 | ||||
-rw-r--r-- | keyboards/mlego/m60_split/rev2/config.h | 4 | ||||
-rw-r--r-- | keyboards/mlego/m60_split/rev2/info.json | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/keyboards/mlego/m60_split/rev1/config.h b/keyboards/mlego/m60_split/rev1/config.h index b351e66d2c..90ea0bd56c 100644 --- a/keyboards/mlego/m60_split/rev1/config.h +++ b/keyboards/mlego/m60_split/rev1/config.h @@ -15,10 +15,6 @@ */ #pragma once -#define SPLIT_LAYER_STATE_ENABLE -#define SPLIT_LED_STATE_ENABLE - - #define SPLIT_HAND_PIN B9 #define SERIAL_USART_TX_PIN B6 #define SERIAL_USART_SPEED 921600 diff --git a/keyboards/mlego/m60_split/rev1/info.json b/keyboards/mlego/m60_split/rev1/info.json index 3d66633ac9..89744c8b86 100644 --- a/keyboards/mlego/m60_split/rev1/info.json +++ b/keyboards/mlego/m60_split/rev1/info.json @@ -47,6 +47,12 @@ "cols": ["B0", "A3", "A2", "A1", "B7", "B5"], "rows": ["B1", "A4", "A5", "A6", "A7"] } + }, + "transport": { + "sync": { + "indicators": true, + "layer_state": true + } } }, "processor": "STM32F401", diff --git a/keyboards/mlego/m60_split/rev2/config.h b/keyboards/mlego/m60_split/rev2/config.h index bf60a6966c..82ea1b37e3 100644 --- a/keyboards/mlego/m60_split/rev2/config.h +++ b/keyboards/mlego/m60_split/rev2/config.h @@ -15,10 +15,6 @@ */ #pragma once -#define SPLIT_LAYER_STATE_ENABLE -#define SPLIT_LED_STATE_ENABLE - - #define SPLIT_HAND_PIN B9 #define SERIAL_USART_TX_PIN B6 diff --git a/keyboards/mlego/m60_split/rev2/info.json b/keyboards/mlego/m60_split/rev2/info.json index 1ba28e0a52..4ba6442443 100644 --- a/keyboards/mlego/m60_split/rev2/info.json +++ b/keyboards/mlego/m60_split/rev2/info.json @@ -46,6 +46,12 @@ "cols": ["B0", "A3", "A2", "A1", "B7", "B5"], "rows": ["B1", "A4", "A5", "A6", "A7"] } + }, + "transport": { + "sync": { + "indicators": true, + "layer_state": true + } } }, "processor": "STM32F411", |