Configure PS/2 mouse build options to onekey

This commit is contained in:
tmk 2013-11-21 13:00:08 +09:00
parent ccbc1dd8e7
commit a9c3f4750b
3 changed files with 7 additions and 5 deletions

View file

@ -87,8 +87,8 @@ CONSOLE_ENABLE = yes # Console for debug
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
#NKRO_ENABLE = yes # USB Nkey Rollover(+500)
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
#PS2_USE_BUSYWAIT = yes # uses primitive reference code
PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
PS2_USE_BUSYWAIT = yes # uses primitive reference code
#PS2_USE_INT = yes # uses external interrupt for falling edge of PS/2 clock pin
#PS2_USE_USART = yes # uses hardware USART engine for PS/2 signal receive(recomened)