Commit Graph

38 Commits (32abfacbc730be45ae5696688d9d8db3fb25dc01)

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