aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
AgeCommit message (Expand)Author
2020-04-12Fix bug with layer caching in get_event_keycode (#8693)Gravatar Drashna Jaelre
2020-04-01Strip out features to allow minimum firmware sizes (#8645)Gravatar Joel Challis
2020-03-23Add Post Processing to process_record (#4892)Gravatar Drashna Jaelre
2020-03-21Remove ACT_COMMAND (#8487)Gravatar Ryan
2020-03-13format code according to conventions [skip ci]Gravatar QMK Bot
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)Gravatar fredizzimo
2020-02-292020 February 29 Breaking Changes Update (#8064)Gravatar James Young
2020-02-10Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100)Gravatar Ted Lin
2020-01-19Run clang-format manually to fix recently changed files (#7934)Gravatar Joel Challis
2020-01-10Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838)Gravatar zk-phi
2020-01-02Fix typo in action.c (#7757)Gravatar xyzz
2019-10-17Move tmk_core/common/backlight to quantum/backlight (#6710)Gravatar Joel Challis
2019-10-16Fix bug in `do_code16()` (#6935)Gravatar fauxpark
2019-08-30clang-format changesGravatar skullY
2019-08-08Extend allowed range of tappable keycodes to include modifiers (#5809)Gravatar fauxpark
2019-07-22Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400)Gravatar Drashna Jaelre
2019-07-16Make Caps Lock delay more reasonable (#6199)Gravatar Drashna Jaelre
2019-05-29Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)Gravatar fauxpark
2019-05-17Typedef'ed layer_state_t to uint32_t (#3637)Gravatar Alex Ong
2019-05-16Make delay for Capslock in Hold-Tap functions configurable (#5497)Gravatar Drashna Jaelre
2019-02-10compiles, but long delay on startup and problemsGravatar skullY
2019-01-25Add support for RETRO_TAPPING to LT(layer, kc)Gravatar lambda_sakura
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Gravatar Konstantin Đorđević
2018-12-14Fix up tap_code functionality (#4609)Gravatar Drashna Jaelre
2018-10-04Add mousekey_send to (un)register_codeGravatar Drashna Jaelre
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Gravatar Joe Wasson
2018-09-03fix mousekey callGravatar Jack Humbert
2018-09-03Enable mouse keys in register_code and unregister_codeGravatar Steven Liu
2018-05-14Allow one-shot modifiers to be chainedGravatar Gergely Nagy
2018-03-22Generate API docs from source code comments (#2491)Gravatar skullydazed
2018-03-16Fix swap-hands tapping.Gravatar Joe Wasson
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyGravatar Joe Wasson
2018-01-01backlight breathing overhaul (#2187)Gravatar Balz Guenat
2017-10-31RETRO_TAPPING (#1922)Gravatar tsankuanglee
2017-10-10#1792 added in waits from tmk for locking switchesGravatar Joe Martin
2017-06-18Remove noisy debug lineGravatar Carlos Quiroz
2017-06-18Deactivate oneshot mods once timedoutGravatar Carlos Quiroz
2017-05-29Re-enable mouse buttonsGravatar Jack Humbert
2017-05-26- Added integration of IBM TrackpointGravatar dbroqua
2017-05-19Workaround for the macOS caps lock delay (#1308)Gravatar jerryen
2017-05-10Call led_set for layer action events to update LEDs on layer changesGravatar Nephiel
2017-04-13Fix warnings when ACTION_ONESHOT is disabledGravatar Fred Sundvik
2017-02-13Implement faux-clicky featureGravatar Priyadi Iman Nurcahyo
2017-01-29moved oneshot cancellation code outside of process_record.Gravatar SjB
2017-01-15oneshot timeout would only timeout after an event.Gravatar SjB
2016-09-23Fix issue #772 Meh and Hyper not workingGravatar Didier Loiseau
2016-08-20Improve one-hand support by adding more actions and tap keys.Gravatar Joe Wasson
2016-08-20Add one-hand support.Gravatar Joe Wasson
2016-05-15splits process_action up to handle records separately (#329)Gravatar Jack Humbert
2016-05-15Leader key implementation (#326)Gravatar Erez Zukerman