summaryrefslogtreecommitdiff
path: root/keyboard/onekey/Makefile.pjrc
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-11-21 13:00:08 +0900
committertmk <nobody@nowhere>2013-11-21 13:00:08 +0900
commita9c3f4750b3d703b8bbbc90db2566afd2aab0ec9 (patch)
treefdc02b6f2d5a64ef1d25566084081329a004b023 /keyboard/onekey/Makefile.pjrc
parentccbc1dd8e74e89624b6ac4ce6cf474ce6e9fc7ed (diff)
Configure PS/2 mouse build options to onekey
Diffstat (limited to 'keyboard/onekey/Makefile.pjrc')
-rw-r--r--keyboard/onekey/Makefile.pjrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/onekey/Makefile.pjrc b/keyboard/onekey/Makefile.pjrc
index 0f0f709725..24ade33505 100644
--- a/keyboard/onekey/Makefile.pjrc
+++ b/keyboard/onekey/Makefile.pjrc
@@ -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)