summaryrefslogtreecommitdiff
path: root/converter/adb_usb
AgeCommit message (Collapse)Author
2015-05-13adb_usb: Change READMEtmk
2015-05-13adb_usb: Change keymaptmk
2015-04-26Add mouse support to ADBMekaniserad 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.
2015-04-10Change TMK_DIR settingtmk
2015-04-09Change TOP_DIR to TMK_DIR in makefilestmk
2015-01-19Fix typo 'keyobard' #166tmk
2014-11-24Change key_t to keypos_ttmk
2014-11-20adb_usb: Remove old comment of Makefiletmk
2014-05-21Add ISO keymap(issue #35) and use new keymap APItmk
2014-01-07Spellchecking converter README files.Thomas Russell Murphy
2013-11-26Fixed handling of ADB event with key down and key up for same key all in oneShay Green
2013-11-08Remove tentative files from blarggtmk
2013-11-08Disable BOOTMAGIC and fix debug prints of adb_usbtmk
2013-11-08Fix ADB led_set(); remove delaytmk
- the 100ms delay causes keystroke drop; this is observable with pressing Numlock key on AEK repeatedly - without the delay LED sync problem doesn't occur now
2013-10-28Delete MOUSEKEY_DELAY_TIME in config.htmk
2013-10-14Merge blargg's fix into adb.ctmk
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-11Add ADB protocol files from blargg's worktmk
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
2013-10-09Change ADB scan delay 12mstmk
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14tmk
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-08Make LUFA stack as default for ADB convertertmk
2013-10-04Remove clear matrix on ADB recv errortmk
2013-07-23Add mechanical locking switch support for NumLock and ScrollLocktmk
2013-07-15Add compile conditional for assembler(xprintf)tmk
2013-04-13Remove common/controller_teensy.htmk
2013-04-12Remove MATRIX_HAS_LOCKING_CAPS optiontmk
2013-04-12Add m0116 keymap from tuftytmk
2013-04-09Add new build options to adb_usbtmk
2013-03-12Fix Locking CapsLock support in ADB convertertmk
2013-02-03Support for ISO/JIS keys on ADB(Issue#22)tmk
- 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.
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk
This offers distinction between left/right modifiers.
2012-10-19Fix keymap to adjust new keyboard.c.tmk
2012-10-17Fix projects for new keycodestmk
2012-10-15ADB conveter uses plain vanila keymap now.tmk
2012-09-21Change keymap of ADB converter.tmk
2012-09-20To prevent key stuck clear matrix array when ADB error occurs.tmk
2012-06-30Fix Makefiles.tmk
2012-06-18Add a keymap layer into ADB converter.tmk
2012-06-08Made directories for keyboard and converter projects.tmk