pc98_usb: Fix pin configuration in README

This commit is contained in:
tmk 2018-08-19 08:39:41 +09:00
parent 428d904541
commit effdef4187
3 changed files with 10 additions and 1 deletions

View file

@ -8,6 +8,9 @@ TMK_DIR = ../../tmk_core
TARGET_DIR = .
# keyboard dependent files
# Add one of lines below to select serial protocol implementation
# protocol/serial_uart.c
# protocol/serial_soft.c
SRC = matrix.c \
protocol/serial_uart.c