summaryrefslogtreecommitdiff
path: root/keyboards/waterfowl
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/waterfowl
parent87b4bc17edcf46f06a085a38130b9ff865b5bd39 (diff)
Migrate recently introduced sync items (#22305)
Diffstat (limited to 'keyboards/waterfowl')
-rw-r--r--keyboards/waterfowl/config.h3
-rw-r--r--keyboards/waterfowl/info.json8
2 files changed, 8 insertions, 3 deletions
diff --git a/keyboards/waterfowl/config.h b/keyboards/waterfowl/config.h
index 2ddc7228d4..bba96732cb 100644
--- a/keyboards/waterfowl/config.h
+++ b/keyboards/waterfowl/config.h
@@ -17,6 +17,5 @@
#pragma once
#define OLED_DISPLAY_128X64
-#define SPLIT_MODS_ENABLE
-#define SPLIT_WPM_ENABLE
+
#define SPLIT_USB_DETECT
diff --git a/keyboards/waterfowl/info.json b/keyboards/waterfowl/info.json
index ff8af90fb3..159773a1c9 100644
--- a/keyboards/waterfowl/info.json
+++ b/keyboards/waterfowl/info.json
@@ -20,7 +20,13 @@
]
},
"split": {
- "soft_serial_pin": "D2"
+ "soft_serial_pin": "D2",
+ "transport": {
+ "sync": {
+ "modifiers": true,
+ "wpm": true
+ }
+ }
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",