summaryrefslogtreecommitdiffstats
path: root/converter
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-07-11 23:32:53 +0200
committertmk <hasu@tmk-kbd.com>2015-07-11 23:32:53 +0200
commit5f06f26e03c0d0902e2466a0312ad4a5650a41af (patch)
tree746fe83d4fe59c607dd3d5c70c02322579073e06 /converter
parent448aa73c39155e2e9ce6abe2519620b392bb4bdd (diff)
downloadqmk_firmware-5f06f26e03c0d0902e2466a0312ad4a5650a41af.tar.gz
qmk_firmware-5f06f26e03c0d0902e2466a0312ad4a5650a41af.tar.xz
ps2_usb: Fix for V-USB build
Diffstat (limited to 'converter')
-rw-r--r--converter/ps2_usb/Makefile.vusb8
1 files changed, 4 insertions, 4 deletions
diff --git a/converter/ps2_usb/Makefile.vusb b/converter/ps2_usb/Makefile.vusb
index 8af5c5b08..d9fa12bcd 100644
--- a/converter/ps2_usb/Makefile.vusb
+++ b/converter/ps2_usb/Makefile.vusb
@@ -18,13 +18,13 @@ else
SRC := keymap_plain.c $(SRC)
endif
-# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful.
-SRC += protocol/ps2_usart.c
-OPT_DEFS += -DPS2_USE_USART
-
CONFIG_H = config.h
+# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful.
+PS2_USE_USART = yes
+
+
# 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