summaryrefslogtreecommitdiff
path: root/keyboards/spleeb
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/spleeb
parent87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff)
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/spleeb')
-rw-r--r--keyboards/spleeb/config.h4
-rw-r--r--keyboards/spleeb/info.json7
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 @@
// the touch sensor to be on the master side
#define MASTER_RIGHT
-// Sync later, led, and mod state for use on OLED on slave side
-#define SPLIT_LAYER_STATE_ENABLE
-#define SPLIT_LED_STATE_ENABLE
-#define SPLIT_MODS_ENABLE
// Transport dpi and enc mode for display on oled
#define SPLIT_TRANSACTION_IDS_KB RPC_ID_KB_CONFIG_SYNC
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 @@
{"pin_a": "GP21", "pin_b": "GP4"}
]
}
+ },
+ "transport": {
+ "sync": {
+ "indicators": true,
+ "layer_state": true,
+ "modifiers": true
+ }
}
},
"url": "https://github.com/chrishoage/spleeb",