Commit Graph

33 Commits (d664234babdcd44c12e573c579d1c8782ada44ad)

Author SHA1 Message Date
tmk 1cda7b79fb Fix typo 'keyobard' #166 10 years ago
tmk e2077cad45 Change key_t to keypos_t 10 years ago
tmk 09e6f71bff adb_usb: Remove old comment of Makefile 10 years ago
tmk ed8cf12d25 Add ISO keymap(issue #35) and use new keymap API 10 years ago
Thomas Russell Murphy 3ee5f565ae Spellchecking converter README files. 11 years ago
Shay Green 263c462656 Fixed handling of ADB event with key down and key up for same key all in one 11 years ago
tmk 821578293c Remove tentative files from blargg 11 years ago
tmk c531a185a4 Disable BOOTMAGIC and fix debug prints of adb_usb 11 years ago
tmk 84b9ce7125 Fix ADB led_set(); remove delay
- 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
11 years ago
tmk ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h 11 years ago
tmk c18c52f551 Merge blargg's fix into adb.c
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
11 years ago
tmk 59ecced486 Add ADB protocol files from blargg's work
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
11 years ago
tmk 86082f90fa Change ADB scan delay 12ms 11 years ago
tmk e8e8f93bcf Fix ADB missing keystrokes problem Thanks, blargg! #14
- Add delay between scans to prevent overlaod of ADB keyboard controllers
- <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
11 years ago
tmk 63b3e2cbfb Make LUFA stack as default for ADB converter 11 years ago
tmk cb434cfebc Remove clear matrix on ADB recv error 11 years ago
tmk 2721022078 Add mechanical locking switch support for NumLock and ScrollLock 11 years ago
tmk 86623f5724 Add compile conditional for assembler(xprintf) 11 years ago
tmk 540d0700dc Remove common/controller_teensy.h 12 years ago
tmk 2372029de5 Remove MATRIX_HAS_LOCKING_CAPS option 12 years ago
tmk d2e358712a Add m0116 keymap from tufty 12 years ago
tmk 9e39b222d0 Add new build options to adb_usb 12 years ago
tmk c4ab832be0 Fix Locking CapsLock support in ADB converter 12 years ago
tmk 9a72c7b8a2 Support for ISO/JIS keys on ADB(Issue#22)
- 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.
12 years ago
tmk cf1eb8fbc6 Add ADB extended keyboard support by blargg@GH.
This offers distinction between left/right modifiers.
12 years ago
tmk 8a81986191 Fix keymap to adjust new keyboard.c. 12 years ago
tmk ce2e06c394 Fix projects for new keycodes 12 years ago
tmk 33d58c2b56 ADB conveter uses plain vanila keymap now. 12 years ago
tmk 9f05dc6f44 Change keymap of ADB converter. 12 years ago
tmk d8ce19abd0 To prevent key stuck clear matrix array when ADB error occurs. 12 years ago
tmk 2769f09d11 Fix Makefiles. 12 years ago
tmk 76033dcd89 Add a keymap layer into ADB converter. 12 years ago
tmk afb0846208 Made directories for keyboard and converter projects. 12 years ago