]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding the rest of the matrix scanning modes
authorJacob Alexander <triplehaata@gmail.com>
Mon, 17 Oct 2011 03:08:37 +0000 (20:08 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Mon, 17 Oct 2011 03:08:37 +0000 (20:08 -0700)
commitaa77d5d8a4ba5009ba348634665f95c23da2e726
tree52b6bc05d64befa219c35818522177f5ceccf6db
parentab9382acf313a82bd187cae16cffa98bbe1cde83
Adding the rest of the matrix scanning modes

- Not tested yet
- Added bug fixes for the scanCol and scanRow methods
- Merged in the powered versions of scanCol and scanRow
- Added the scanDual, but still needs heavy testing
- The scanDual uses twice the memory per key, so it can only scan half
  as much compared to the other scan modes
Scan/matrix/matrix.h
Scan/matrix/matrix_scan.c
Scan/matrix/scan_loop.c