summaryrefslogtreecommitdiff
path: root/tmk_core/common/action.c
AgeCommit message (Expand)Author
2021-06-29Merge upstream QMK Firmware at '0.12.52~1'Drashna Jael're
2021-02-28Fixes #4072, #6214. Revision of #156 to clear before AS/TD. (#9941)Isaac Elenbaas
2021-02-20tmk_core/common/action.c: refactor for code size; merge multiple `case`s into...Liyang HU
2021-02-17Format code according to conventions (#11936)github-actions[bot]
2021-02-17Fix compilation error for `tap_code_delay()` (#11938)Ryan
2021-02-17Add `tap_code_delay(code, delay)` (#11913)Ryan
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-02-07[Bug] Fix media key missing upstroke event (#11162)Alexander Ulitin
2021-01-28Add support for 8 buttons to mouse report (#10807)Drashna Jaelre
2021-01-12Normalise include statements in core code (#11153)Ryan
2021-01-122020 November 28 Breaking Changes Update (#11053)James Young
2020-12-11Normalise include statements in core code (#11153)Ryan
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
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-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-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-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-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
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-11-04Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis
2019-11-04Fix bug in `do_code16()` (#6935)fauxpark