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/pluckey | |
parent | 2da0827d4ffbcba161126d6001f370e97d0172a8 (diff) |
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Diffstat (limited to 'keyboards/pluckey')
-rw-r--r-- | keyboards/pluckey/config.h | 3 | ||||
-rw-r--r-- | keyboards/pluckey/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/pluckey/config.h b/keyboards/pluckey/config.h index d4be5d95bf..47d5538ca8 100644 --- a/keyboards/pluckey/config.h +++ b/keyboards/pluckey/config.h @@ -39,9 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENCODERS_PAD_B_RIGHT { B3 } #define ENCODER_RESOLUTION_RIGHT 2 -/* communication between sides */ -#define SOFT_SERIAL_PIN D2 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ diff --git a/keyboards/pluckey/info.json b/keyboards/pluckey/info.json index 8595df0f31..019fdd1acd 100644 --- a/keyboards/pluckey/info.json +++ b/keyboards/pluckey/info.json @@ -8,6 +8,9 @@ "pid": "0x91CE", "device_version": "0.0.1" }, + "split": { + "soft_serial_pin": "D2" + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layout_aliases": { |