serial_mouse: Fix software serial config
This commit is contained in:
parent
360872d269
commit
af424396e1
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue