summaryrefslogtreecommitdiff
path: root/tmk_core/common/action.c
AgeCommit message (Expand)Author
2020-12-11Normalise include statements in core code (#11153)Ryan
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-07-07Add TAP_CODE_DELAY to Mod-Tap (#9422)Sven Grunewaldt
2020-07-02Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124)Manna Harbour
2020-06-18Fix for One Shot Layer not being cleaned up after some actions (#8832)Joshua Diamond
2020-06-10Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296)Tsan-Kuang Lee
2020-06-01Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)Nick Brassel
2020-05-302020 May 30 Breaking Changes Update (#9215)James Young
2020-05-14One shot support for swap hands (#8590)Zsolt Parragi
2020-04-19[Docs] Fixed minor typos (#8860)Chris Ko
2020-04-12Fix bug with layer caching in get_event_keycode (#8693)Drashna Jaelre
2020-04-01Strip out features to allow minimum firmware sizes (#8645)Joel Challis
2020-03-23Add Post Processing to process_record (#4892)Drashna Jaelre
2020-03-21Remove ACT_COMMAND (#8487)Ryan
2020-03-13format code according to conventions [skip ci]QMK Bot
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-10Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100)Ted Lin
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis
2020-01-10Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838)zk-phi
2020-01-02Fix typo in action.c (#7757)xyzz
2019-10-17Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-10-16Fix bug in `do_code16()` (#6935)fauxpark
2019-08-30clang-format changesskullY
2019-08-08Extend allowed range of tappable keycodes to include modifiers (#5809)fauxpark
2019-07-22Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Drashna Jaelre
2019-07-16Make Caps Lock delay more reasonable (#6199)Drashna Jaelre
2019-05-29Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)fauxpark
2019-05-17Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong
2019-05-16Make 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