Skip to content

Commit

Permalink
Remove legacy define SERIAL_USE_MULTI_TRANSACTION (qmk#18299)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored Sep 6, 2022
1 parent c2b35b2 commit d30f0f7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion keyboards/aleblazer/zodiark/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "config_common.h"

#define SOFT_SERIAL_PIN D3
#define SERIAL_USE_MULTI_TRANSACTION
#define SELECT_SOFT_SERIAL_SPEED 1

/* key matrix size */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/helix/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

/* Soft Serial defines */
#define SOFT_SERIAL_PIN D2
#define SERIAL_USE_MULTI_TRANSACTION

/* Select hand configuration */
#define MASTER_LEFT
Expand Down
1 change: 0 additions & 1 deletion keyboards/helix/rev2/serial_config_simpleapi.h
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion keyboards/lily58/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

#ifndef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2
#define SERIAL_USE_MULTI_TRANSACTION
#endif

#define DIODE_DIRECTION COL2ROW
Expand Down
1 change: 0 additions & 1 deletion keyboards/lily58/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#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
Expand Down
1 change: 0 additions & 1 deletion keyboards/sofle/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
#define TAP_CODE_DELAY 10

/* communication between sides */
#define SERIAL_USE_MULTI_TRANSACTION
#define SOFT_SERIAL_PIN D2
1 change: 0 additions & 1 deletion keyboards/uzu42/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

#ifndef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2
#define SERIAL_USE_MULTI_TRANSACTION
#endif

0 comments on commit d30f0f7

Please sign in to comment.