You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tmk
567b2ae525
Fix mods with tap key but some problems still exists.
- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
mods(u)]
|
12 years ago |
.. |
action.c
|
Fix mods with tap key but some problems still exists.
|
12 years ago |
action.h
|
Add support partly for modifier with tap key.
|
12 years ago |
bootloader.c
|
Fix MCU name macro in bootloader.c.
|
12 years ago |
bootloader.h
|
Moved files to common, protocol and doc directory
|
13 years ago |
command.c
|
Add print_dec() and debug_dec().
|
12 years ago |
command.h
|
Fix commands
|
12 years ago |
controller_teensy.h
|
Moved files to common, protocol and doc directory
|
13 years ago |
debug.c
|
Add print_dec() and debug_dec().
|
12 years ago |
debug.h
|
Fix usage of debug flag
|
12 years ago |
host.c
|
Fix tap key using delaying_layer and waiting_key.
|
12 years ago |
host.h
|
Fix tap key using delaying_layer and waiting_key.
|
12 years ago |
host_driver.h
|
Moved files to common, protocol and doc directory
|
13 years ago |
keyboard.c
|
Fix waiting_keys and periodical update for delaying layer.
|
12 years ago |
keyboard.h
|
Fix mods with tap key but some problems still exists.
|
12 years ago |
keycode.h
|
Add initial fix for new keymap.
|
12 years ago |
keymap.h
|
Add new layer actions.
|
12 years ago |
led.h
|
Moved files to common, protocol and doc directory
|
13 years ago |
matrix.h
|
Add child proof keyboard locking feature!
|
12 years ago |
mousekey.c
|
Add print_dec() and debug_dec().
|
12 years ago |
mousekey.h
|
Use software serial for Sun.
|
12 years ago |
print.c
|
Fix usage of debug flag
|
12 years ago |
print.h
|
Add print_dec() and debug_dec().
|
12 years ago |
report.h
|
Fix action of system and consumer usage.
|
12 years ago |
sendchar.h
|
test build of 'Host shield' in minimal env.
|
12 years ago |
sendchar_null.c
|
Moved files to common, protocol and doc directory
|
13 years ago |
sendchar_uart.c
|
Moved files to common, protocol and doc directory
|
13 years ago |
timer.c
|
Initial version of new code for layer switch is added.
|
12 years ago |
timer.h
|
usb_hid: workaround for compile on Windows.
|
12 years ago |
uart.c
|
Moved files to common, protocol and doc directory
|
13 years ago |
uart.h
|
Moved files to common, protocol and doc directory
|
13 years ago |
util.c
|
Initial version of new code for layer switch is added.
|
12 years ago |
util.h
|
Initial version of new code for layer switch is added.
|
12 years ago |