Kai Ryu
8451031e0a
Add custom backlight feature
2013-11-21 12:33:03 +09:00
tmk
90e0dfe75f
Add cli() to protoect ADB critical timing part
2013-11-08 04:25:22 +09:00
tmk
f5877e405f
Merge branch 'onekey'
2013-10-31 12:30:42 +09:00
tmk
98a6519a61
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
060f222c77
Change ADB scan delay 12ms
2013-10-09 12:20:03 +09:00
tmk
19e19f1857
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
1e26700507
Fix build error and debug print PJRC stack #69 #68
2013-10-08 10:49:13 +09:00
tmk
a49315390d
Add timeout option to MODS_ONESHOT #66
2013-10-07 23:28:17 +09:00
tmk
a5811211ac
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
44bee03114
Remove clear matrix on ADB recv error
2013-10-04 15:03:42 +09:00
tmk
cd2c78ba4e
Fix VERSION: add opton --always to git describe
2013-10-03 13:27:04 +09:00
tmk
0f768fc84b
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
tmk
4eb4ccf713
Merge branch 'm0110_keymap_section'
2013-09-25 21:08:41 +09:00
tmk
22f44f9551
Add M0120 scan code diagram
2013-09-25 15:20:21 +09:00
tmk
0e22053d35
Fix LUFA blocking during startup
...
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-25 12:23:14 +09:00
tmk
b482e655ad
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
75d702a9bd
Merge branch 'm0110_next'
2013-09-21 21:35:13 +09:00
tmk
651ad76f93
Fix to bootmagic key configurable
2013-09-21 21:21:34 +09:00
tmk
fcfff810a3
Remove procedures not neeed from init of M0110
2013-09-21 15:45:42 +09:00
tmk
b5569d7c36
Merge branch 'tapping_fix60'
2013-09-19 22:16:55 +09:00
tmk
fb2ff003dd
Fix version info command
2013-09-19 00:51:44 +09:00
tmk
f4664db2bd
Fix bootloader jump use word address
...
- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
2013-09-18 16:10:53 +09:00
tmk
8f45848fd3
Fix Tapping: release of a key pressed before tap
...
- immediately process release event of a key pressed before tapping
2013-09-18 15:02:44 +09:00
tmk
19d6f0d77a
Fix action macros
2013-09-11 14:05:05 +09:00
tmk
a8cac78fbb
Merge branch 'keymap_section'
2013-09-11 14:04:33 +09:00
tmk
be3ec3a3dc
Add build option KEYMAP_SECTION for keymap editor
2013-09-11 14:01:47 +09:00
tmk
57c52a8789
Add version string
2013-09-11 13:44:54 +09:00
tmk
6994b6d364
Fix tapping count over flow(issue #52 )
2013-07-29 22:18:42 +09:00
tmk
bc9f298a54
Merge branch 'lufa_nkro'
2013-07-29 00:55:49 +09:00
tmk
2fb67b7844
Add NKRO support for LUFA
2013-07-28 17:34:41 +09:00
tmk
61cebd63a8
Merge branch 'bootmagic_salt'(Fix issue #41 )
2013-07-24 00:43:55 +09:00
tmk
14d1af6231
Add bootmagic salt key to avoid accidental configuration
2013-07-24 00:41:28 +09:00
tmk
ed330dd4cb
Merge branch 'lockkey_fix'(Fix issue #46 )
2013-07-23 10:57:37 +09:00
tmk
0cb80001b4
Add mechanical locking switch support for NumLock and ScrollLock
2013-07-23 10:56:03 +09:00
tmk
b52dc89a81
Merge branch 'macro_mediakey'(Fix issue #42 )
2013-07-23 07:56:28 +09:00
tmk
722b753df1
Add support for macro media/system keys
2013-07-23 07:53:18 +09:00
tmk
a164bfedea
Merge branch 'bob_fix'
2013-07-21 10:44:21 +09:00
tmk
254d83ddba
Cancel tapping when interrupted by other key
2013-07-21 03:21:57 +09:00
tmk
d08dfffae0
Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
2013-07-20 03:27:36 +09:00
tmk
606d5324ac
Merge branch 'Wraul-kmac'
2013-06-23 09:19:04 +09:00
tmk
5f469a4ac1
Add BACKLIGHT_ENABLE conditional
2013-06-23 09:14:58 +09:00
tmk
3cf50e901c
Fix typo
2013-06-22 17:32:53 +09:00
Wraul
68b40dd324
Initial implementation for the KMAC
2013-06-22 17:23:37 +09:00
Wraul
fa633c571c
Add support for backlight
2013-06-22 17:23:36 +09:00
tmk
063614a8c2
Add default layer config to bootmagic
2013-06-22 16:24:56 +09:00
tmk
668d3bedb9
Merge branch 'x68k_led'
2013-06-22 02:52:14 +09:00
tmk
37660aee90
Use serial_uart.c instead of x68k.c now
2013-06-22 02:33:08 +09:00
tmk
94b23decf7
Add LED support to x68k
2013-06-22 02:32:45 +09:00
tmk
d99be8edc4
Merge pull request #37 from Wraul/update_phantom
...
Polishing the Phantom project
2013-05-27 15:57:30 -07:00
tmk
27c63b754f
Merge pull request #36 from Wraul/fix_sleep_led
...
Fixes to sleep LED
2013-05-27 15:30:36 -07:00