added initial support of mousekeys to ps2_vusb

This commit is contained in:
tmk
2011-02-03 13:26:44 +09:00
parent 4f5f1a53d4
commit 0632618d29
14 changed files with 676 additions and 270 deletions

View File

@@ -9,11 +9,13 @@ TARGET_DIR = .
# keyboard dependent files
TARGET_SRC = main.c \
keyboard_vusb.c \
keyboard.c \
mousekey.c \
layer.c \
keymap.c \
matrix.c \
ps2.c \
host_vusb.c \
print.c \
util.c \
timer.c \