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/hotdox76v2 | |
parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/hotdox76v2')
-rw-r--r-- | keyboards/hotdox76v2/config.h | 5 | ||||
-rw-r--r-- | keyboards/hotdox76v2/info.json | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/keyboards/hotdox76v2/config.h b/keyboards/hotdox76v2/config.h index f469aa475f..3d80775073 100644 --- a/keyboards/hotdox76v2/config.h +++ b/keyboards/hotdox76v2/config.h @@ -30,11 +30,6 @@ #define RGB_MATRIX_CENTER \ { 112, 32 } -#define SPLIT_TRANSPORT_MIRROR -#define SPLIT_MODS_ENABLE -#define SPLIT_LAYER_STATE_ENABLE -#define SPLIT_LED_STATE_ENABLE -#define SPLIT_OLED_ENABLE #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC #define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN diff --git a/keyboards/hotdox76v2/info.json b/keyboards/hotdox76v2/info.json index c66bd5eb8a..a42bdb3a79 100644 --- a/keyboards/hotdox76v2/info.json +++ b/keyboards/hotdox76v2/info.json @@ -27,7 +27,16 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D2" + "soft_serial_pin": "D2", + "transport": { + "sync": { + "indicators": true, + "layer_state": true, + "matrix_state": true, + "modifiers": true, + "oled": true + } + } }, "ws2812": { "pin": "D3" |