Skip to content

Commit

Permalink
ps2_usb: Fix for V-USB build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Jul 11, 2015
1 parent 448aa73 commit 5f06f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions converter/ps2_usb/Makefile.vusb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f06f26

Please sign in to comment.