From d30f0f71d0b438b959943bf606ec524496c12d27 Mon Sep 17 00:00:00 2001 From: Dasky <32983009+daskygit@users.noreply.github.com> Date: Wed, 7 Sep 2022 00:42:28 +0100 Subject: [PATCH] Remove legacy define SERIAL_USE_MULTI_TRANSACTION (#18299) --- keyboards/aleblazer/zodiark/config.h | 1 - .../tractyl_manuform/4x6_right/keymaps/drashna/config.h | 1 - keyboards/helix/rev2/config.h | 1 - keyboards/helix/rev2/serial_config_simpleapi.h | 1 - keyboards/lily58/config.h | 1 - keyboards/lily58/rev1/config.h | 1 - keyboards/sofle/rev1/config.h | 1 - keyboards/uzu42/config.h | 1 - 8 files changed, 8 deletions(-) diff --git a/keyboards/aleblazer/zodiark/config.h b/keyboards/aleblazer/zodiark/config.h index 90ecb7ce96278251bbc22ef0423bd36b451c5be9..2958e8daed9b9e5fb490d7a3881d2ab0b4ef06c3 100644 --- a/keyboards/aleblazer/zodiark/config.h +++ b/keyboards/aleblazer/zodiark/config.h @@ -19,7 +19,6 @@ along with this program. If not, see . #include "config_common.h" #define SOFT_SERIAL_PIN D3 -#define SERIAL_USE_MULTI_TRANSACTION #define SELECT_SOFT_SERIAL_SPEED 1 /* key matrix size */ diff --git a/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/config.h b/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/config.h index 21bc8e616a997f18564645c81ca8ba270b215786..d7bc0f5bd589c9d2612ca683245cd2790a0e55c0 100644 --- a/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/config.h +++ b/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/config.h @@ -18,7 +18,6 @@ // #define USE_I2C // #define SELECT_SOFT_SERIAL_SPEED 1 -// #define SERIAL_USE_MULTI_TRANSACTION #define SPLIT_MODS_ENABLE #define EE_HANDS diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index 2183bf7227f5c4726c14ac84108a0002fc0e660a..dcf88cc09c8c4a993e768472636fa0ae9b608ae9 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -27,7 +27,6 @@ along with this program. If not, see . /* Soft Serial defines */ #define SOFT_SERIAL_PIN D2 -#define SERIAL_USE_MULTI_TRANSACTION /* Select hand configuration */ #define MASTER_LEFT diff --git a/keyboards/helix/rev2/serial_config_simpleapi.h b/keyboards/helix/rev2/serial_config_simpleapi.h index 0e1dd9e4acb2ae2d0323f3df7af1869ac94b5c0e..b51e6f281b2b70a3870a47df24497ccac61a7f43 100644 --- a/keyboards/helix/rev2/serial_config_simpleapi.h +++ b/keyboards/helix/rev2/serial_config_simpleapi.h @@ -1,5 +1,4 @@ #pragma once -#undef SERIAL_USE_MULTI_TRANSACTION #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 #define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 diff --git a/keyboards/lily58/config.h b/keyboards/lily58/config.h index 57fc7fa7f972ec51cfc9911d560d1334e390f3dc..740a3a5b1cf22494edab06af37c6ee0985094e50 100644 --- a/keyboards/lily58/config.h +++ b/keyboards/lily58/config.h @@ -22,7 +22,6 @@ along with this program. If not, see . #ifndef SOFT_SERIAL_PIN #define SOFT_SERIAL_PIN D2 -#define SERIAL_USE_MULTI_TRANSACTION #endif #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/lily58/rev1/config.h b/keyboards/lily58/rev1/config.h index 8205899f5efdae85aff678a0d21638c4666c09a7..b0ef4d165bc7faa4e674f5421213aef187a1ee83 100644 --- a/keyboards/lily58/rev1/config.h +++ b/keyboards/lily58/rev1/config.h @@ -29,7 +29,6 @@ along with this program. If not, see . #define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } #define SOFT_SERIAL_PIN D2 -#define SERIAL_USE_MULTI_TRANSACTION /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST diff --git a/keyboards/sofle/rev1/config.h b/keyboards/sofle/rev1/config.h index f66588b43c0acf1e67421efc7f9d07a199116bb4..1556dc716ed9db3b8f7feed5750ed396b11ccccb 100644 --- a/keyboards/sofle/rev1/config.h +++ b/keyboards/sofle/rev1/config.h @@ -23,5 +23,4 @@ #define TAP_CODE_DELAY 10 /* communication between sides */ -#define SERIAL_USE_MULTI_TRANSACTION #define SOFT_SERIAL_PIN D2 diff --git a/keyboards/uzu42/config.h b/keyboards/uzu42/config.h index 3364d3063d9c70cb020dfa9becac1aa4311c9735..72bdafd38df7a4e0a2f77ff33d29dbc839167e7c 100644 --- a/keyboards/uzu42/config.h +++ b/keyboards/uzu42/config.h @@ -22,5 +22,4 @@ along with this program. If not, see . #ifndef SOFT_SERIAL_PIN #define SOFT_SERIAL_PIN D2 -#define SERIAL_USE_MULTI_TRANSACTION #endif