summaryrefslogtreecommitdiff
path: root/keyboards/buzzard
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/buzzard
parent87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff)
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/buzzard')
-rw-r--r--keyboards/buzzard/rev1/config.h1
-rw-r--r--keyboards/buzzard/rev1/info.json7
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/buzzard/rev1/config.h b/keyboards/buzzard/rev1/config.h
index f29441fac8..36313a1c6a 100644
--- a/keyboards/buzzard/rev1/config.h
+++ b/keyboards/buzzard/rev1/config.h
@@ -10,7 +10,6 @@
#ifdef OLED_ENABLE
#define OLED_DISPLAY_128X32
-#define SPLIT_OLED_ENABLE
#endif
#ifdef PS2_DRIVER_INTERRUPT
diff --git a/keyboards/buzzard/rev1/info.json b/keyboards/buzzard/rev1/info.json
index d0fa9603f7..0e7d246ae3 100644
--- a/keyboards/buzzard/rev1/info.json
+++ b/keyboards/buzzard/rev1/info.json
@@ -14,7 +14,12 @@
},
"diode_direction": "COL2ROW",
"split": {
- "soft_serial_pin": "D2"
+ "soft_serial_pin": "D2",
+ "transport": {
+ "sync": {
+ "oled": true
+ }
+ }
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",