summaryrefslogtreecommitdiff
path: root/tmk_core/common/action.c
AgeCommit message (Expand)Author
2020-08-08Add TAP_CODE_DELAY to Mod-Tap (#9422)Sven Grunewaldt
2020-08-08Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124)Manna Harbour
2020-08-08Fix for One Shot Layer not being cleaned up after some actions (#8832)Joshua Diamond
2020-08-08Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296)Tsan-Kuang Lee
2020-08-08Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)Nick Brassel
2020-08-082020 May 30 Breaking Changes Update (#9215)James Young
2020-06-12One shot support for swap hands (#8590)Zsolt Parragi
2020-06-12Fix bug with layer caching in get_event_keycode (#8693)Drashna Jaelre
2020-06-12Strip out features to allow minimum firmware sizes (#8645)Joel Challis
2020-06-12Add Post Processing to process_record (#4892)Drashna Jaelre
2020-06-12Remove ACT_COMMAND (#8487)Ryan
2020-06-12Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo
2020-06-122020 February 29 Breaking Changes Update (#8064)James Young
2020-02-26Run clang-format manually to fix recently changed files (#7934)Joel Challis
2020-02-26Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100)Ted Lin
2020-02-26Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838)zk-phi
2019-11-04Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-11-04Fix bug in `do_code16()` (#6935)fauxpark
2019-09-17clang-format changesskullY
2019-08-13Extend allowed range of tappable keycodes to include modifiers (#5809)fauxpark
2019-08-13Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Drashna Jaelre
2019-07-27Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong
2019-07-19Make Caps Lock delay more reasonable (#6199)Drashna Jaelre
2019-06-04Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003) (#62)Drashna Jaelre
2019-05-17Make delay for Capslock in Hold-Tap functions configurable (#5497)Drashna Jaelre
2019-02-10compiles, but long delay on startup and problemsskullY
2019-01-25Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre
2018-10-04Add mousekey_send to (un)register_codeDrashna Jaelre
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson
2018-09-03fix mousekey callJack Humbert
2018-09-03Enable mouse keys in register_code and unregister_codeSteven Liu
2018-05-14Allow one-shot modifiers to be chainedGergely Nagy
2018-03-22Generate API docs from source code comments (#2491)skullydazed
2018-03-16Fix swap-hands tapping.Joe Wasson
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson
2018-01-01backlight breathing overhaul (#2187)Balz Guenat
2017-10-31RETRO_TAPPING (#1922)tsankuanglee
2017-10-10#1792 added in waits from tmk for locking switchesJoe Martin
2017-06-18Remove noisy debug lineCarlos Quiroz
2017-06-18Deactivate oneshot mods once timedoutCarlos Quiroz
2017-05-29Re-enable mouse buttonsJack Humbert
2017-05-26- Added integration of IBM Trackpointdbroqua
2017-05-19Workaround for the macOS caps lock delay (#1308)jerryen
2017-05-10Call led_set for layer action events to update LEDs on layer changesNephiel
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo
2017-01-29moved oneshot cancellation code outside of process_record.SjB
2017-01-15oneshot timeout would only timeout after an event.SjB