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/spleeb | |
| parent | 87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff) | |
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/spleeb')
| -rw-r--r-- | keyboards/spleeb/config.h | 4 | ||||
| -rw-r--r-- | keyboards/spleeb/info.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/spleeb/config.h b/keyboards/spleeb/config.h index 8a6fb13c4e..64a1fb09ba 100644 --- a/keyboards/spleeb/config.h +++ b/keyboards/spleeb/config.h | |||
| @@ -7,10 +7,6 @@ | |||
| 7 | // the touch sensor to be on the master side | 7 | // the touch sensor to be on the master side |
| 8 | #define MASTER_RIGHT | 8 | #define MASTER_RIGHT |
| 9 | 9 | ||
| 10 | // Sync later, led, and mod state for use on OLED on slave side | ||
| 11 | #define SPLIT_LAYER_STATE_ENABLE | ||
| 12 | #define SPLIT_LED_STATE_ENABLE | ||
| 13 | #define SPLIT_MODS_ENABLE | ||
| 14 | // Transport dpi and enc mode for display on oled | 10 | // Transport dpi and enc mode for display on oled |
| 15 | #define SPLIT_TRANSACTION_IDS_KB RPC_ID_KB_CONFIG_SYNC | 11 | #define SPLIT_TRANSACTION_IDS_KB RPC_ID_KB_CONFIG_SYNC |
| 16 | 12 | ||
diff --git a/keyboards/spleeb/info.json b/keyboards/spleeb/info.json index e03faa7c3e..7b92316de2 100644 --- a/keyboards/spleeb/info.json +++ b/keyboards/spleeb/info.json | |||
| @@ -36,6 +36,13 @@ | |||
| 36 | {"pin_a": "GP21", "pin_b": "GP4"} | 36 | {"pin_a": "GP21", "pin_b": "GP4"} |
| 37 | ] | 37 | ] |
| 38 | } | 38 | } |
| 39 | }, | ||
| 40 | "transport": { | ||
| 41 | "sync": { | ||
| 42 | "indicators": true, | ||
| 43 | "layer_state": true, | ||
| 44 | "modifiers": true | ||
| 45 | } | ||
| 39 | } | 46 | } |
| 40 | }, | 47 | }, |
| 41 | "url": "https://github.com/chrishoage/spleeb", | 48 | "url": "https://github.com/chrishoage/spleeb", |
