Commit Graph

38 Commits

Author SHA1 Message Date
tmk
1ed54a5dc9 adb_usb: Change README 2015-05-13 17:19:25 +09:00
tmk
e86166c904 adb_usb: Change keymap 2015-05-13 16:23:53 +09:00
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.
2015-04-26 08:57:00 +02:00
tmk
7860d09914 Change TMK_DIR setting 2015-04-10 01:53:24 +09:00
tmk
b4e2d325f3 Change TOP_DIR to TMK_DIR in makefiles 2015-04-09 16:20:42 +09:00
tmk
1cda7b79fb Fix typo 'keyobard' #166 2015-01-19 10:35:06 +09:00
tmk
e2077cad45 Change key_t to keypos_t 2014-11-24 15:14:52 +09:00
tmk
09e6f71bff adb_usb: Remove old comment of Makefile 2014-11-20 01:32:20 +09:00
tmk
ed8cf12d25 Add ISO keymap(issue #35) and use new keymap API 2014-05-21 02:43:19 +09:00
Thomas Russell Murphy
3ee5f565ae Spellchecking converter README files. 2014-01-07 11:03:18 +09:00
Shay Green
263c462656 Fixed handling of ADB event with key down and key up for same key all in one 2013-11-26 15:21:43 -06:00
tmk
821578293c Remove tentative files from blargg 2013-11-08 05:19:37 +09:00
tmk
c531a185a4 Disable BOOTMAGIC and fix debug prints of adb_usb 2013-11-08 04:37:09 +09:00
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
2013-11-08 04:27:25 +09:00
tmk
ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h 2013-10-28 11:32:19 +09:00
tmk
c18c52f551 Merge blargg's fix into adb.c
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-14 23:37:05 +09:00
tmk
59ecced486 Add ADB protocol files from blargg's work
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
2013-10-11 10:12:22 +09:00
tmk
86082f90fa Change ADB scan delay 12ms 2013-10-09 12:20:03 +09:00
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>
2013-10-08 12:23:25 +09:00
tmk
63b3e2cbfb Make LUFA stack as default for ADB converter 2013-10-08 10:55:40 +09:00
tmk
cb434cfebc Remove clear matrix on ADB recv error 2013-10-04 15:03:42 +09:00
tmk
2721022078 Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
tmk
86623f5724 Add compile conditional for assembler(xprintf) 2013-07-15 23:32:14 +09:00
tmk
540d0700dc Remove common/controller_teensy.h 2013-04-13 11:30:08 +09:00
tmk
2372029de5 Remove MATRIX_HAS_LOCKING_CAPS option 2013-04-12 12:27:31 +09:00
tmk
d2e358712a Add m0116 keymap from tufty 2013-04-12 12:22:30 +09:00
tmk
9e39b222d0 Add new build options to adb_usb 2013-04-09 14:27:29 +09:00
tmk
c4ab832be0 Fix Locking CapsLock support in ADB converter 2013-03-12 12:10:12 +09:00
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.
2013-02-03 22:06:52 +09:00
tmk
cf1eb8fbc6 Add ADB extended keyboard support by blargg@GH.
This offers distinction between left/right modifiers.
2012-12-12 09:49:59 +09:00
tmk
8a81986191 Fix keymap to adjust new keyboard.c. 2012-10-19 15:33:02 +09:00
tmk
ce2e06c394 Fix projects for new keycodes 2012-10-17 21:43:44 +09:00
tmk
33d58c2b56 ADB conveter uses plain vanila keymap now. 2012-10-15 17:56:07 +09:00
tmk
9f05dc6f44 Change keymap of ADB converter. 2012-09-21 10:51:44 +09:00
tmk
d8ce19abd0 To prevent key stuck clear matrix array when ADB error occurs. 2012-09-20 12:52:45 +09:00
tmk
2769f09d11 Fix Makefiles. 2012-06-30 14:44:59 +09:00
tmk
76033dcd89 Add a keymap layer into ADB converter. 2012-06-18 12:23:17 +09:00
tmk
afb0846208 Made directories for keyboard and converter projects. 2012-06-08 13:32:38 +09:00