summaryrefslogtreecommitdiff
path: root/ps2_usb/Makefile.vusb
diff options
context:
space:
mode:
Diffstat (limited to 'ps2_usb/Makefile.vusb')
-rw-r--r--ps2_usb/Makefile.vusb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ps2_usb/Makefile.vusb b/ps2_usb/Makefile.vusb
index 7b69dc27b5..6e49fc44dd 100644
--- a/ps2_usb/Makefile.vusb
+++ b/ps2_usb/Makefile.vusb
@@ -12,13 +12,13 @@ TARGET_SRC = main_vusb.c \
keymap.c \
matrix.c \
led.c \
- ps2_usart.c \
- sendchar_dummy.c
-# sendchar_usart.c
+ ps2_usart.c
CONFIG_H = config_vusb.h
+# V-USB debug level: To use ps2_usart.c level must be 0
+# ps2_usart.c requires USART to receive PS/2 signal.
OPT_DEFS = -DDEBUG_LEVEL=0