aboutsummaryrefslogtreecommitdiffstats
path: root/converter/adb_usb/matrix.c
AgeCommit message (Collapse)Author
2015-04-26Add mouse support to ADBGravatar Mekaniserad Apelsin
Adding the makefile options ADB_MOUSE_ENABLE and ADB_MOUSE_ACCMAX. Might have gone overboard with comments, and tried but failed at not adding more than necessary outside the converter/adb_usb/ folder.
2013-11-26Fixed handling of ADB event with key down and key up for same key all in oneGravatar Shay Green
2013-11-08Disable BOOTMAGIC and fix debug prints of adb_usbGravatar tmk
2013-10-14Merge blargg's fix into adb.cGravatar tmk
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-09Change ADB scan delay 12msGravatar tmk
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14Gravatar tmk
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-04Remove clear matrix on ADB recv errorGravatar tmk
2013-04-09Add new build options to adb_usbGravatar tmk
2013-03-12Fix Locking CapsLock support in ADB converterGravatar tmk
2012-09-20To prevent key stuck clear matrix array when ADB error occurs.Gravatar tmk
2012-06-18Add a keymap layer into ADB converter.Gravatar tmk
2012-06-08Made directories for keyboard and converter projects.Gravatar tmk