]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Code re-factor now compiles.
authorJacob Alexander <triplehaata@gmail.com>
Wed, 28 Sep 2011 04:31:59 +0000 (21:31 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Wed, 28 Sep 2011 04:31:59 +0000 (21:31 -0700)
commit1e03ed42aaf13af0f02537c0c7a0fc4ea2b8bcf4
tree8c2231552ca0f7e6a2d653dd5c00488064aef80a
parent47a54d654dbad952e60cebf8798771e81da11923
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)
Makefile
keymap.h [new file with mode: 0644]
main.c
matrix.c [new file with mode: 0644]
matrix.h [new file with mode: 0644]
print.c
print.h
scan_loop.c [new file with mode: 0644]
scan_loop.h [new file with mode: 0644]
sload [new file with mode: 0755]