diff options
author | tmk <nobody@nowhere> | 2011-02-21 15:43:17 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:14 +0900 |
commit | fb8d23c60c757d5d9c2270cb0123a53be2049a28 (patch) | |
tree | 2f5d695f9d501468dc83f4861e7367cdf905ed3f /tmk.c | |
parent | 47f5d8b545eec12ca74d8e7048bb5daa290d937e (diff) | |
download | qmk_firmware-fb8d23c60c757d5d9c2270cb0123a53be2049a28.tar.gz |
integrate V-USB support into ps2_usb
Diffstat (limited to 'tmk.c')
-rw-r--r-- | tmk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include <util/delay.h> #include "keyboard.h" #include "usb.h" -#include "matrix_skel.h" +#include "matrix.h" #include "print.h" #include "debug.h" #include "util.h" |