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:
parent
47a54d654d
commit
1e03ed42aa
10 changed files with 972 additions and 383 deletions
1
Makefile
1
Makefile
|
@ -48,6 +48,7 @@ TARGET = main
|
|||
SRC = $(TARGET).c \
|
||||
print.c \
|
||||
usb_keyboard_debug.c \
|
||||
scan_loop.c
|
||||
#usb_keyboard.c
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue