aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
Commit message (Expand)AuthorAgeFilesLines
* Add TAP_CODE_DELAY to Mod-Tap (#9422)Sven Grunewaldt2020-07-071-0/+2
* Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124)Manna Harbour2020-07-021-4/+8
* Fix for One Shot Layer not being cleaned up after some actions (#8832)Joshua Diamond2020-06-181-2/+9
* Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296)Tsan-Kuang Lee2020-06-101-0/+4
* Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)Nick Brassel2020-06-011-1/+1
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-2/+2
* One shot support for swap hands (#8590)Zsolt Parragi2020-05-141-1/+26
* [Docs] Fixed minor typos (#8860)Chris Ko2020-04-191-1/+1
* Fix bug with layer caching in get_event_keycode (#8693)Drashna Jaelre2020-04-121-1/+1
* Strip out features to allow minimum firmware sizes (#8645)Joel Challis2020-04-011-1/+2
* Add Post Processing to process_record (#4892)Drashna Jaelre2020-03-231-1/+7
* Remove ACT_COMMAND (#8487)Ryan2020-03-211-5/+0
* format code according to conventions [skip ci]QMK Bot2020-03-131-2/+2
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-131-0/+7
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-26/+0
* Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100)Ted Lin2020-02-101-1/+3
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-1/+1
* Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838)zk-phi2020-01-101-2/+10
* Fix typo in action.c (#7757)xyzz2020-01-021-1/+1
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* Fix bug in `do_code16()` (#6935)fauxpark2019-10-161-4/+26
* clang-format changesskullY2019-08-301-328/+343
* Extend allowed range of tappable keycodes to include modifiers (#5809)fauxpark2019-08-081-12/+13
* Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Drashna Jaelre2019-07-221-7/+12
* Make Caps Lock delay more reasonable (#6199)Drashna Jaelre2019-07-161-1/+1
* Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)fauxpark2019-05-291-2/+2
* Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong2019-05-171-4/+4
* Make delay for Capslock in Hold-Tap functions configurable (#5497)Drashna Jaelre2019-05-161-1/+9
* compiles, but long delay on startup and problemsskullY2019-02-101-1/+1
* Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2019-01-251-1/+9
* Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević2018-12-281-1/+10
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-141-0/+12
* Add mousekey_send to (un)register_codeDrashna Jaelre2018-10-041-0/+2
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-1/+1
* fix mousekey callJack Humbert2018-09-031-6/+11
* Enable mouse keys in register_code and unregister_codeSteven Liu2018-09-031-0/+6
* Allow one-shot modifiers to be chainedGergely Nagy2018-05-141-3/+3
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-5/+58
* Fix swap-hands tapping.Joe Wasson2018-03-161-4/+40
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-161-3/+3
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-2/+5
* RETRO_TAPPING (#1922)tsankuanglee2017-10-311-3/+36
* #1792 added in waits from tmk for locking switchesJoe Martin2017-10-101-0/+3
* Remove noisy debug lineCarlos Quiroz2017-06-181-1/+0
* Deactivate oneshot mods once timedoutCarlos Quiroz2017-06-181-0/+3
* Re-enable mouse buttonsJack Humbert2017-05-291-4/+6
* - Added integration of IBM Trackpointdbroqua2017-05-261-4/+30
* Workaround for the macOS caps lock delay (#1308)jerryen2017-05-191-0/+4
* Call led_set for layer action events to update LEDs on layer changesNephiel2017-05-101-0/+15
* Fix warnings when ACTION_ONESHOT is disabledFred Sundvik2017-04-131-1/+1