Added USART implementation for PS/2 signal handling.

This commit is contained in:
tmk 2012-01-16 00:41:06 +09:00
parent 579991b927
commit 9addeae872
6 changed files with 175 additions and 44 deletions

View file

@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "host.h"
#include "debug.h"
#include "timer.h"
#include "usb_keycodes.h"
#include "layer.h"