summaryrefslogtreecommitdiff
path: root/keyboards/tzarc
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-10-21 12:21:23 +0100
committerGitHub <noreply@github.com>2023-10-21 12:21:23 +0100
commit3f1b3a512532b8e6ebd2f73df5222ae146b1f490 (patch)
treeb74d6f2e4c4ced38da9b0dda44965d87249513fe /keyboards/tzarc
parent87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff)
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/tzarc')
-rw-r--r--keyboards/tzarc/djinn/config.h6
-rw-r--r--keyboards/tzarc/djinn/info.json10
2 files changed, 10 insertions, 6 deletions
diff --git a/keyboards/tzarc/djinn/config.h b/keyboards/tzarc/djinn/config.h
index af98f887db..74bb00edc2 100644
--- a/keyboards/tzarc/djinn/config.h
+++ b/keyboards/tzarc/djinn/config.h
@@ -11,12 +11,6 @@
11 11
12// Split configuration 12// Split configuration
13#define SPLIT_TRANSACTION_IDS_KB RPC_ID_SYNC_STATE_KB 13#define SPLIT_TRANSACTION_IDS_KB RPC_ID_SYNC_STATE_KB
14#define SPLIT_TRANSPORT_MIRROR
15#define SPLIT_LAYER_STATE_ENABLE
16#define SPLIT_LED_STATE_ENABLE
17#define SPLIT_MODS_ENABLE
18#define SPLIT_WPM_ENABLE
19#define SPLIT_ACTIVITY_ENABLE
20 14
21// SPI Configuration 15// SPI Configuration
22#define SPI_DRIVER SPID3 16#define SPI_DRIVER SPID3
diff --git a/keyboards/tzarc/djinn/info.json b/keyboards/tzarc/djinn/info.json
index 8f47f35027..1546369307 100644
--- a/keyboards/tzarc/djinn/info.json
+++ b/keyboards/tzarc/djinn/info.json
@@ -52,6 +52,16 @@
52 {"pin_a": "C15", "pin_b": "C14", "resolution": 2} 52 {"pin_a": "C15", "pin_b": "C14", "resolution": 2}
53 ] 53 ]
54 } 54 }
55 },
56 "transport": {
57 "sync": {
58 "activity": true,
59 "indicators": true,
60 "layer_state": true,
61 "matrix_state": true,
62 "modifiers": true,
63 "wpm": true
64 }
55 } 65 }
56 }, 66 },
57 "encoder": { 67 "encoder": {