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 @@ | |||
| 30 | #define RGB_MATRIX_CENTER \ | 30 | #define RGB_MATRIX_CENTER \ |
| 31 | { 112, 32 } | 31 | { 112, 32 } |
| 32 | 32 | ||
| 33 | #define SPLIT_TRANSPORT_MIRROR | ||
| 34 | #define SPLIT_MODS_ENABLE | ||
| 35 | #define SPLIT_LAYER_STATE_ENABLE | ||
| 36 | #define SPLIT_LED_STATE_ENABLE | ||
| 37 | #define SPLIT_OLED_ENABLE | ||
| 38 | #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC | 33 | #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC |
| 39 | 34 | ||
| 40 | #define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN | 35 | #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 @@ | |||
| 27 | }, | 27 | }, |
| 28 | "split": { | 28 | "split": { |
| 29 | "enabled": true, | 29 | "enabled": true, |
| 30 | "soft_serial_pin": "D2" | 30 | "soft_serial_pin": "D2", |
| 31 | "transport": { | ||
| 32 | "sync": { | ||
| 33 | "indicators": true, | ||
| 34 | "layer_state": true, | ||
| 35 | "matrix_state": true, | ||
| 36 | "modifiers": true, | ||
| 37 | "oled": true | ||
| 38 | } | ||
| 39 | } | ||
| 31 | }, | 40 | }, |
| 32 | "ws2812": { | 41 | "ws2812": { |
| 33 | "pin": "D3" | 42 | "pin": "D3" |
