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:
parent
1bee2a6dc9
commit
de0e8f8540
6 changed files with 1240 additions and 28 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue