]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adapting the avr-capsense code to the Kiibohd Controller API
authorJacob Alexander <triplehaata@gmail.com>
Sun, 14 Apr 2013 02:35:59 +0000 (22:35 -0400)
committerJacob Alexander <haata@users.sf.net>
Sun, 17 Nov 2013 00:37:16 +0000 (19:37 -0500)
commit4ce6d34cd8dfbcc6fa51a69e42dce38b3416b736
treedfc3a80910b2fd8c2afe2b59389dffd3d8418aaf
parente2197f6b783e04021aece80b97082cfca28e5b1c
Adapting the avr-capsense code to the Kiibohd Controller API

- Adding "template" keymap
- Removed "stray" functions, variables
- Cleaned up warnings
- Now builds
- Added buffered macro integration (rather than dealing with USB directly)
- Updated the print messages to use the Kiibohd print header

TODO
- Add generic matrix integration (this will require some changes to the matrix code)
- Add more comments...lots more
- Clean up dead code
CMakeLists.txt
Debug/print/print.h
Keymap/avrcapsense.h [new file with mode: 0644]
Keymap/keymap.h
Scan/avr-capsense/scan_loop.c [changed mode: 0755->0644]
Scan/avr-capsense/scan_loop.h [new file with mode: 0644]
Scan/avr-capsense/setup.cmake [changed mode: 0755->0644]
setup.cmake