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.
Drashna Jaelre 02d44beb44 Fix up tap_code functionality (#4609)
* Add delay in Tap Code to avoid issues

I think a few people have reporting issues with it working properly, and it may be a timing issue.  The 'register_code' uses this sort of delay in some of the functions, and
this is probably why.

Adding the 100ms delay should hopefully fix any issues with it.

* Make tap_code delay configurable

* Update documentation

* Bring tap_code16 inline with changes

* Fix type for tap_code16

Bad copy-paste job

* Just use the value check for the define

* Clarify timing in docs

Co-Authored-By: drashna <drashna@live.com>

* Wordsmithing

Co-Authored-By: drashna <drashna@live.com>
7 years ago
..
arm_atsam USB Suspend for arm_atsam protocol 7 years ago
avr Zeal60/Zeal65/M60-A implementation (#3879) 7 years ago
chibios stm32f1xx EEPROM emulation (#3914) 7 years ago
mbed
test
action.c Fix up tap_code functionality (#4609) 7 years ago
action.h Fix up tap_code functionality (#4609) 7 years ago
action_code.h Generate API docs from source code comments (#2491) 8 years ago
action_layer.c Add user level to default_layer_state_set 7 years ago
action_layer.h adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4462) 7 years ago
action_macro.c Generate API docs from source code comments (#2491) 8 years ago
action_macro.h
action_tapping.c Generate API docs from source code comments (#2491) 8 years ago
action_tapping.h
action_util.c Generate API docs from source code comments (#2491) 8 years ago
action_util.h
backlight.c Backlight status functions (#4259) 7 years ago
backlight.h Backlight status functions (#4259) 7 years ago
bootloader.h
bootmagic.c Generate API docs from source code comments (#2491) 8 years ago
bootmagic.h Generate API docs from source code comments (#2491) 8 years ago
command.c
command.h command.h include was not set correctly 7 years ago
debug.c
debug.h
eeconfig.c stm32f1xx EEPROM emulation (#3914) 7 years ago
eeconfig.h stm32f1xx EEPROM emulation (#3914) 7 years ago
eeprom.h
host.c Use a single endpoint for HID reports (#3951) 7 years ago
host.h
host_driver.h
keyboard.c adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4462) 7 years ago
keyboard.h Move disable JTAG code from `keyboard_init` to `keyboard_setup` 7 years ago
keycode.h Add standard definitions for ALGR and KC_ALGR (#4389) 7 years ago
led.h Generate API docs from source code comments (#2491) 8 years ago
magic.c Generate API docs from source code comments (#2491) 8 years ago
magic.h
matrix.h add col type defines 7 years ago
mousekey.c Diagonal micro move fix 8 years ago
mousekey.h
nodebug.h
print.c
print.h Fixed docs/newbs_testing_debugging.md and tmk_core/common/print.h 7 years ago
progmem.h
raw_hid.h
report.c Use a single endpoint for HID reports (#3951) 7 years ago
report.h Add Extrakey support for Brightness up/down (#4477) 7 years ago
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h Add Suspend functions (#3112) 8 years ago
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h