1
0

add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h

This commit is contained in:
mtei
2018-11-13 18:54:09 +09:00
parent 33ed22b38d
commit f644ed698c
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */