]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Basic matrix module for the hall effect keypad now working.
authorJacob Alexander <triplehaata@gmail.com>
Sun, 16 Oct 2011 03:01:46 +0000 (20:01 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Sun, 16 Oct 2011 03:01:46 +0000 (20:01 -0700)
commit6557022f206483aea761e057b65dba500b5decee
treedb0c653a58bf0e81538f4b4c568eee4d47edf596
parent46916defa580a3072976d55940dd9ce473aec0f2
Basic matrix module for the hall effect keypad now working.

- Includes new "table pinning" setup (much easier to understand)
- Matrix layouts will be split into their own dependent modules later
- Changed the HID Raw view id (too many teensy devices on this
  computer...)
- Moved the macro processing outside of the usb timer signal
  (this will be slower overall, but will result in more consistant
  behaviour)
12 files changed:
CMakeLists.txt
Macro/basic/macro.c
Scan/matrix/matrix.c [deleted file]
Scan/matrix/matrix.h
Scan/matrix/matrix_scan.c [new file with mode: 0644]
Scan/matrix/matrix_scan.h [new file with mode: 0644]
Scan/matrix/scan_loop.c
Scan/matrix/scan_loop.h
Scan/matrix/setup.cmake
USB/pjrc/usb_keyboard_debug.c
main.c
setup.cmake