Code re-factor now compiles.

- Added better string handling and canned messages
- Added LED error function
- Moved code around
- Prepared the matrix code for multiple styles of scanning (changed at compile time)
This commit is contained in:
Jacob Alexander 2011-09-27 21:31:59 -07:00
parent 47a54d654d
commit 1e03ed42aa
10 changed files with 972 additions and 383 deletions

View file

@ -48,6 +48,7 @@ TARGET = main
SRC = $(TARGET).c \
print.c \
usb_keyboard_debug.c \
scan_loop.c
#usb_keyboard.c