]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Removed a keyscan layer and added more debug information
authorJacob Alexander <triplehaata@gmail.com>
Mon, 18 Nov 2013 00:17:54 +0000 (19:17 -0500)
committerJacob Alexander <triplehaata@gmail.com>
Mon, 18 Nov 2013 00:17:54 +0000 (19:17 -0500)
commit3d980286792dcf2c48d6c20b9106e0aa73624b5f
treec2c07471d1e7906e8779e3694ddaf98cf61ac77a
parent6b38cfbaeec495e661ad603dd74ab848278fbea4
Removed a keyscan layer and added more debug information

- Added a print macro for colourful convenience
- Removed the usb_keymap variable as it is no longer needed
- Changed usb_dirty to keymap_change (more accurate description)
- Removed the dumpkeys function and now detect key changes much sooner as well as displaying error messages more often
- Added a warming up information message and removed its error status (as it's not an error)
Debug/print/print.h
Scan/avr-capsense/scan_loop.c