serial_mouse: Fix software serial config

This commit is contained in:
tmk 2022-06-03 23:15:32 +09:00
parent 360872d269
commit af424396e1
2 changed files with 8 additions and 8 deletions

View file

@ -77,8 +77,9 @@ CONSOLE_ENABLE = yes # Console for debug(+400)
NO_KEYBOARD = yes # disable keyboard
SERIAL_MOUSE_MICROSOFT_ENABLE = yes
SERIAL_MOUSE_USE_UART = yes
#SERIAL_MOUSE_USE_SOFT = yes # Not work atm
SERIAL_MOUSE_USE_UART = yes # Hardware UART(preferable)
#SERIAL_MOUSE_USE_SOFT = yes # Software Serial