Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo 'keyobard' #166 | tmk | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Change key_t to keypos_t | tmk | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | adb_usb: Remove old comment of Makefile | tmk | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Add ISO keymap(issue #35) and use new keymap API | tmk | 2014-05-21 | 8 | -128/+276 |
| | |||||
* | Spellchecking converter README files. | Thomas Russell Murphy | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | Fixed handling of ADB event with key down and key up for same key all in one | Shay Green | 2013-11-26 | 1 | -3/+17 |
| | |||||
* | Remove tentative files from blargg | tmk | 2013-11-08 | 3 | -385/+0 |
| | |||||
* | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | 2013-11-08 | 2 | -6/+6 |
| | |||||
* | Fix ADB led_set(); remove delay | tmk | 2013-11-08 | 1 | -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.h | tmk | 2013-10-28 | 1 | -6/+0 |
| | |||||
* | Merge blargg's fix into adb.c | tmk | 2013-10-14 | 2 | -1/+11 |
| | | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | ||||
* | Add ADB protocol files from blargg's work | tmk | 2013-10-11 | 3 | -0/+385 |
| | | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | ||||
* | Change ADB scan delay 12ms | tmk | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | 2013-10-08 | 1 | -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 converter | tmk | 2013-10-08 | 3 | -151/+151 |
| | |||||
* | Remove clear matrix on ADB recv error | tmk | 2013-10-04 | 1 | -3/+1 |
| | |||||
* | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 2013-07-23 | 2 | -9/+9 |
| | |||||
* | Add compile conditional for assembler(xprintf) | tmk | 2013-07-15 | 1 | -0/+2 |
| | |||||
* | Remove common/controller_teensy.h | tmk | 2013-04-13 | 1 | -2/+0 |
| | |||||
* | Remove MATRIX_HAS_LOCKING_CAPS option | tmk | 2013-04-12 | 1 | -2/+0 |
| | |||||
* | Add m0116 keymap from tufty | tmk | 2013-04-12 | 1 | -24/+61 |
| | |||||
* | Add new build options to adb_usb | tmk | 2013-04-09 | 4 | -5/+147 |
| | |||||
* | Fix Locking CapsLock support in ADB converter | tmk | 2013-03-12 | 4 | -36/+15 |
| | |||||
* | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2013-02-03 | 1 | -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. | tmk | 2012-12-12 | 1 | -3/+3 |
| | | | | This offers distinction between left/right modifiers. | ||||
* | Fix keymap to adjust new keyboard.c. | tmk | 2012-10-19 | 1 | -4/+4 |
| | |||||
* | Fix projects for new keycodes | tmk | 2012-10-17 | 3 | -26/+27 |
| | |||||
* | ADB conveter uses plain vanila keymap now. | tmk | 2012-10-15 | 1 | -49/+4 |
| | |||||
* | Change keymap of ADB converter. | tmk | 2012-09-21 | 4 | -46/+45 |
| | |||||
* | To prevent key stuck clear matrix array when ADB error occurs. | tmk | 2012-09-20 | 1 | -34/+35 |
| | |||||
* | Fix Makefiles. | tmk | 2012-06-30 | 1 | -10/+4 |
| | |||||
* | Add a keymap layer into ADB converter. | tmk | 2012-06-18 | 3 | -9/+38 |
| | |||||
* | Made directories for keyboard and converter projects. | tmk | 2012-06-08 | 6 | -0/+613 |