Significant progress made.

- Only need to decode a bunch more of the matrix to get the proper key assignments
- All of the infrastructure is in place for decoding like matrices for the teensy
This commit is contained in:
Jacob Alexander 2011-03-09 22:49:34 -08:00
parent 1bee2a6dc9
commit de0e8f8540
6 changed files with 1240 additions and 28 deletions

View file

@ -46,7 +46,9 @@ TARGET = main
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
usb_keyboard.c
print.c \
usb_keyboard_debug.c \
#usb_keyboard.c
# MCU name, you MUST set this to match the board you are using