diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-31 13:09:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-31 13:09:34 +0000 |
commit | da51302345983cb8dcab48d10f7cc61f197c8ff1 (patch) | |
tree | 32220a8c2c8f88bb3f5d866373cd6ac68d7e491e /keyboards/lily58/rev1/config.h | |
parent | 9d3b11d4856f478e2c91788cf77a52e62ec85d19 (diff) | |
parent | c5ddada32ea45f50ddecdfc1e7d39f51465ef302 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lily58/rev1/config.h')
-rw-r--r-- | keyboards/lily58/rev1/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/lily58/rev1/config.h b/keyboards/lily58/rev1/config.h index 39b15fc5b6..24dc41151f 100644 --- a/keyboards/lily58/rev1/config.h +++ b/keyboards/lily58/rev1/config.h @@ -35,6 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } #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 |