Commit graph

2042 commits

Author SHA1 Message Date
Simon Melhart
a6afa845b9 Add tap toggle modifiers
Including documentation.
2013-11-20 09:21:33 -08:00
tmk
c6abcb6d89 Add build options of ps2_mouse 2013-11-20 15:28:58 +09:00
tmk
d7f663a1ea Fix to build ps2_mouse with both LUFA and PJRC
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
2013-11-20 11:32:09 +09:00
tmk
755e4d8b00 Add PS/2 mouse configure to onekey 2013-11-19 03:39:15 +09:00
tmk
44d2d5f5fd Fix delay of PS/2 mouse init 2013-11-19 03:25:31 +09:00
tmk
9d40be1990 Wait for USB starting up to make debug print available 2013-11-19 03:20:25 +09: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
94823030f0 Add cli() to protoect ADB critical timing part 2013-11-08 04:25:22 +09:00
Oleg Kostyuk
fc78fac72b Updates to CUB's layouts 2013-11-04 04:17:53 +02:00
tmk
676d94d137 Fix PS/2 mouse support 2013-11-02 04:30:08 +09:00
tmk
1591764cfb Tweak time values of busywait PS/2 2013-11-02 03:07:59 +09:00
tmk
eea3b699a6 Merge branch 'onekey' 2013-10-31 12:30:42 +09:00
Oleg Kostyuk
f3f7f0e1e2 Updates to CUB's layouts 2013-10-28 15:17:05 +02:00
tmk
b9fe36f237 Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs 2013-10-28 11:43:45 +09:00
tmk
ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h 2013-10-28 11:32:19 +09:00
Oleg Kostyuk
33c4f039d1 Refactor mcp23018_status and give possibility to re-attach left side 2013-10-17 04:11:24 +03:00
Oleg Kostyuk
0a554052b4 Updates to CUB's layouts 2013-10-14 23:31:13 +03:00
Oleg Kostyuk
04949711f4 Bugfix: wrong order during init
All credits to Tensor@geekhack
http://geekhack.org/index.php?topic=48106.msg1076661#msg1076661
2013-10-14 23:06:36 +03: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
Oleg Kostyuk
06dbf89043 Added MicroDox layout
Inspired by MicroDox:
  http://geekhack.org/index.php?topic=42231.msg1062851#msg1062851
  https://www.massdrop.com/ext/ergodox/?referer=CTL63V&hash=9ff8ddbb75e03e517aaa39acabc81669
2013-10-08 12:58:54 +03:00
Oleg Kostyuk
e93188021c Merge remote-tracking branch 'tmk/master' into cub_layout 2013-10-08 10:36:18 +03: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
48662ace8b Fix build error and debug print PJRC stack #69 #68 2013-10-08 10:49:13 +09:00
tmk
35f9f30074 Add timeout option to MODS_ONESHOT #66 2013-10-07 23:28:17 +09:00
Oleg Kostyuk
cdd19b95dd Updates to CUB's layouts 2013-10-07 16:53:01 +03:00
Oleg Kostyuk
a051019642 Typo fix 2013-10-07 16:52:26 +03:00
tmk
d52d554360 Fix mod stuck of MODS_KEY when leaving layer #62
- Add action_util.c and remove action_oneshot.c
- Add oneshot_mods for MODS_ONESHOT
- Add weak_mods for MODS_KEY and MACRO
- weak_mods is cleared when layer switching
2013-10-04 16:04:31 +09:00
tmk
cb434cfebc Remove clear matrix on ADB recv error 2013-10-04 15:03:42 +09:00
tmk
7e8a85caad Fix VERSION: add opton --always to git describe 2013-10-03 13:27:04 +09:00
tmk
8819cf6bb1 Fix Tapping: release key immediately but modifier #65
- See https://github.com/tmk/tmk_keyboard/issues/60
- **Except for modifiers** a key pressed before the tapping starts should be released immediately
- 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap
This key sequence should register ':', not ';'. With the fix Shift is
released before settlement of tapping, this registers ';'.
    Shift   ~~___~~~~~~~
    ;(Tap)  ~~~____~~~~
2013-10-03 12:40:33 +09:00
Oleg Kostyuk
7a3ad79b0a Updates to CUB's layouts 2013-09-25 22:21:50 +03:00
Oleg Kostyuk
1867cd48f9 Updates to CUB's layouts 2013-09-25 22:13:27 +03:00
Oleg Kostyuk
e56edbfe90 Updates to CUB's layouts 2013-09-25 22:05:13 +03:00
Oleg Kostyuk
a6146082fb Updates to CUB's layouts 2013-09-25 18:28:13 +03:00
Oleg Kostyuk
27e3da508e Update Makefile.lufa per Hasu recommendation 2013-09-25 17:03:33 +03:00
tmk
a0f9c1fb4f Merge branch 'm0110_keymap_section' 2013-09-25 21:08:41 +09:00
tmk
ea5938da1a Change for default keymap of keymap editor 2013-09-25 20:41:40 +09:00
Oleg Kostyuk
3be39e436d Merge remote-tracking branch 'tmk/master' into cub_layout 2013-09-25 14:38:39 +03:00
tmk
09e80fecc6 Add build option KEYMAP_SECTION_ENABLE to m0110 2013-09-25 15:21:00 +09:00
tmk
b9d59f33f2 Add M0120 scan code diagram 2013-09-25 15:20:21 +09:00
tmk
d267ee2ada Fix LUFA blocking during startup
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-25 12:23:14 +09:00
tmk
7d692c492c Fix USB initilaize on LUFA
- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
  fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device.
2013-09-21 22:47:03 +09:00
tmk
6ccea742de Merge branch 'm0110_next' 2013-09-21 21:35:13 +09:00
tmk
b2c7529ec9 Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
tmk
6cf6ddceb1 Fix README of M0110 2013-09-21 21:20:05 +09:00