1
0

add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h

This commit is contained in:
mtei
2018-11-13 18:19:30 +09:00
parent 3cb3cd56bf
commit 8da7fce2c6
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,9 @@
#define USE_SERIAL
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT

View File

@@ -1,5 +1,5 @@
$ find keyboards -name rules.mk | xargs grep SPLIT_KEYBOARD
keyboards/6lit/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/6lit/rules.mk:SPLIT_KEYBOARD = yes
keyboards/divergetm2/rules.mk:SPLIT_KEYBOARD = yes
keyboards/ergotravel/rules.mk:SPLIT_KEYBOARD = yes
keyboards/foobar/rules.mk:SPLIT_KEYBOARD = yes