integrate V-USB support into ps2_usb

This commit is contained in:
tmk 2011-02-21 15:43:17 +09:00
parent 47f5d8b545
commit fb8d23c60c
27 changed files with 176 additions and 1183 deletions

2
tmk.c
View file

@ -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"