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.
* Add customizable tapping terms * Add Documentation * Fix function * Fixes * It's not a pointer * Add debugging output * Update documentation to be at least vaguely accurate * Use `get_tapping_term(tapping_key.event)` instead `e` doesn't include column and row information, properly. It registers as 255, regardless of the actual keypress. However `tapping_key.event` actually gives the correct column and row information. It appears be the correct structure to use. In fact, it looks like the issue is that `e` is actually the "TICK" structure, as defined in keyboard.h * Use variable tapping term value rather than define * Silly drashna - tapping_key.event, not event * add get_event_keycode() function * Fix typo Co-Authored-By: drashna <drashna@live.com> * Remove post_process_record_quantum since it's the wrong PR * Update quantum/quantum.c Co-Authored-By: drashna <drashna@live.com> * Better handle ifdef statement for permissive hold Since we can't be sure that tapping term is actually 500 * Update quantum.c comments based on feedback * Clean up get_tapping_term function Clean up function so that users don't need to call the event function, and instead only check the keycode * Add ability to run functionality on and off * Make ifdef's more compact |
7 years ago | |
|---|---|---|
| .. | ||
| arm_atsam | 7 years ago | |
| avr | 7 years ago | |
| chibios | 7 years ago | |
| mbed | ||
| test | ||
| action.c | 7 years ago | |
| action.h | 7 years ago | |
| action_code.h | ||
| action_layer.c | 7 years ago | |
| action_layer.h | 7 years ago | |
| action_macro.c | ||
| action_macro.h | ||
| action_tapping.c | 7 years ago | |
| action_tapping.h | 7 years ago | |
| action_util.c | 7 years ago | |
| action_util.h | 7 years ago | |
| backlight.c | 7 years ago | |
| backlight.h | 7 years ago | |
| bootloader.h | ||
| bootmagic.c | ||
| bootmagic.h | ||
| command.c | 7 years ago | |
| command.h | 7 years ago | |
| debug.c | ||
| debug.h | ||
| eeconfig.c | 7 years ago | |
| eeconfig.h | 7 years ago | |
| eeprom.h | 7 years ago | |
| host.c | 7 years ago | |
| host.h | 7 years ago | |
| host_driver.h | ||
| keyboard.c | 7 years ago | |
| keyboard.h | 7 years ago | |
| keycode.h | 7 years ago | |
| led.h | ||
| magic.c | ||
| magic.h | ||
| matrix.h | 7 years ago | |
| mousekey.c | 7 years ago | |
| mousekey.h | 7 years ago | |
| nodebug.h | ||
| print.c | ||
| print.h | 7 years ago | |
| progmem.h | 7 years ago | |
| raw_hid.h | ||
| report.c | 7 years ago | |
| report.h | 7 years ago | |
| sendchar.h | ||
| sendchar_null.c | ||
| sendchar_uart.c | ||
| sleep_led.h | ||
| suspend.h | ||
| timer.h | ||
| uart.c | ||
| uart.h | ||
| util.c | ||
| util.h | ||
| virtser.h | ||
| wait.h | 7 years ago | |