summaryrefslogtreecommitdiffstats
path: root/protocol/adb.c
Commit message (Collapse)AuthorAgeFilesLines
* Support for ISO/JIS keys on ADB(Issue#22)tmk2013-02-031-0/+1
| | | | | | | - ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
* Add ADB extended keyboard support by blargg@GH.tmk2012-12-121-5/+19
| | | | This offers distinction between left/right modifiers.
* ad hoc fix for wrong bit read problem of adb.c.tmk2012-09-191-0/+6
|
* Add a keymap layer into ADB converter.tmk2012-06-181-1/+0
|
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+407