aboutsummaryrefslogtreecommitdiffstats
path: root/converter/adb_usb
Commit message (Collapse)AuthorAgeFilesLines
* cleans up folder structureJack Humbert2016-06-0411-1035/+0
| | | | | | * consolidates docs * deletes converter/ * updates .md references (most)
* adb_usb: Change READMEtmk2015-05-131-49/+56
|
* adb_usb: Change keymaptmk2015-05-133-4/+4
|
* Add mouse support to ADBMekaniserad Apelsin2015-04-263-0/+69
| | | | | | 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.
* Change TMK_DIR settingtmk2015-04-102-2/+2
|
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-092-12/+12
|
* Fix typo 'keyobard' #166tmk2015-01-191-1/+1
|
* Change key_t to keypos_ttmk2014-11-241-1/+1
|
* adb_usb: Remove old comment of Makefiletmk2014-11-201-1/+1
|
* Add ISO keymap(issue #35) and use new keymap APItmk2014-05-218-128/+276
|
* Spellchecking converter README files.Thomas Russell Murphy2014-01-071-2/+2
|
* Fixed handling of ADB event with key down and key up for same key all in oneShay Green2013-11-261-3/+17
|
* Remove tentative files from blarggtmk2013-11-083-385/+0
|
* Disable BOOTMAGIC and fix debug prints of adb_usbtmk2013-11-082-6/+6
|
* Fix ADB led_set(); remove delaytmk2013-11-081-2/+0
| | | | | | - 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
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-281-6/+0
|
* Merge blargg's fix into adb.ctmk2013-10-142-1/+11
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Add ADB protocol files from blargg's worktmk2013-10-113-0/+385
| | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
* Change ADB scan delay 12mstmk2013-10-091-1/+1
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-081-0/+1
| | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* Make LUFA stack as default for ADB convertertmk2013-10-083-151/+151
|
* Remove clear matrix on ADB recv errortmk2013-10-041-3/+1
|
* Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-232-9/+9
|
* Add compile conditional for assembler(xprintf)tmk2013-07-151-0/+2
|
* Remove common/controller_teensy.htmk2013-04-131-2/+0
|
* Remove MATRIX_HAS_LOCKING_CAPS optiontmk2013-04-121-2/+0
|
* Add m0116 keymap from tuftytmk2013-04-121-24/+61
|
* Add new build options to adb_usbtmk2013-04-094-5/+147
|
* Fix Locking CapsLock support in ADB convertertmk2013-03-124-36/+15
|
* Support for ISO/JIS keys on ADB(Issue#22)tmk2013-02-031-16/+64
| | | | | | | - 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-3/+3
| | | | This offers distinction between left/right modifiers.
* Fix keymap to adjust new keyboard.c.tmk2012-10-191-4/+4
|
* Fix projects for new keycodestmk2012-10-173-26/+27
|
* ADB conveter uses plain vanila keymap now.tmk2012-10-151-49/+4
|
* Change keymap of ADB converter.tmk2012-09-214-46/+45
|
* To prevent key stuck clear matrix array when ADB error occurs.tmk2012-09-201-34/+35
|
* Fix Makefiles.tmk2012-06-301-10/+4
|
* Add a keymap layer into ADB converter.tmk2012-06-183-9/+38
|
* Made directories for keyboard and converter projects.tmk2012-06-086-0/+613