diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-09-06 18:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 18:46:34 +0100 |
commit | dc4af81e0b375b559d270bbeb3495d61933f8c54 (patch) | |
tree | 1b47c35955ac5f3b6dfe41d60537523e86fb8696 /keyboards/fungo | |
parent | 8833b283610ce34e9be65ed3fc2c477258188de7 (diff) |
Remove legacy USE_SERIAL define (#18292)
* Remove legacy USE_SERIAL define
* tidy up missed comments
Diffstat (limited to 'keyboards/fungo')
-rw-r--r-- | keyboards/fungo/rev1/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/fungo/rev1/config.h b/keyboards/fungo/rev1/config.h index 5026099f7d..ff0444c71c 100644 --- a/keyboards/fungo/rev1/config.h +++ b/keyboards/fungo/rev1/config.h @@ -20,8 +20,6 @@ #include "config_common.h" -/* Use I2C or Serial, not both */ -#define USE_SERIAL #define SOFT_SERIAL_PIN D3 // RX8 /* select keyboard master board - I2C or Serial communication master */ @@ -38,7 +36,7 @@ #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5} #define MATRIX_COL_PINS_RIGHT {F7, F6, F5, F4, B5, B4, E6} -#define MATRIX_ROW_PINS_RIGHT { D1, D0, D4, C6, D7, D3} // TX +#define MATRIX_ROW_PINS_RIGHT { D1, D0, D4, C6, D7, D3} // TX |