diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 16:40:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 16:40:49 +1100 |
commit | 8f6c228adbfec98828f0411f62bab07f96e5c020 (patch) | |
tree | e3e7c485942dd7a089b34bfb17be8ef644829f12 /keyboards/pinky | |
parent | 2da0827d4ffbcba161126d6001f370e97d0172a8 (diff) |
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Diffstat (limited to 'keyboards/pinky')
-rw-r--r-- | keyboards/pinky/3/config.h | 5 | ||||
-rw-r--r-- | keyboards/pinky/3/info.json | 3 | ||||
-rw-r--r-- | keyboards/pinky/4/config.h | 5 | ||||
-rw-r--r-- | keyboards/pinky/4/info.json | 3 |
4 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/pinky/3/config.h b/keyboards/pinky/3/config.h index 70b0e9ff3b..bd8fa8fb69 100644 --- a/keyboards/pinky/3/config.h +++ b/keyboards/pinky/3/config.h @@ -36,11 +36,6 @@ #define DIODE_DIRECTION COL2ROW /* - * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. - */ -#define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 - -/* * Feature disable options * These options are also useful to firmware size reduction. */ diff --git a/keyboards/pinky/3/info.json b/keyboards/pinky/3/info.json index b691a1602a..4c96ddfc87 100644 --- a/keyboards/pinky/3/info.json +++ b/keyboards/pinky/3/info.json @@ -8,6 +8,9 @@ "pid": "0x7033", "device_version": "0.0.1" }, + "split": { + "soft_serial_pin": "D2" + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { diff --git a/keyboards/pinky/4/config.h b/keyboards/pinky/4/config.h index 810e913380..c0185d3446 100644 --- a/keyboards/pinky/4/config.h +++ b/keyboards/pinky/4/config.h @@ -36,11 +36,6 @@ #define DIODE_DIRECTION COL2ROW /* - * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. - */ -#define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 - -/* * Feature disable options * These options are also useful to firmware size reduction. */ diff --git a/keyboards/pinky/4/info.json b/keyboards/pinky/4/info.json index a05ad52e53..cc1bbb1edd 100644 --- a/keyboards/pinky/4/info.json +++ b/keyboards/pinky/4/info.json @@ -8,6 +8,9 @@ "pid": "0x7034", "device_version": "0.0.1" }, + "split": { + "soft_serial_pin": "D2" + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |