summaryrefslogtreecommitdiff
path: root/quantum/action.c
AgeCommit message (Collapse)Author
2024-09-07Merge remote-tracking branch 'qmk/master' into merge-2024-09-07Ilya Zhuravlev
2024-07-03Normalise mouse keycodes (#23975)Ryan
2024-06-23Merge remote-tracking branch 'qmk/master' into merge-2024-06-23Ilya Zhuravlev
2024-04-15Merge remote-tracking branch 'qmk/master' into merge-2024-04-15Ilya Zhuravlev
2024-03-13Remove unuseful layer_on() call (#23055)DavidSannier
2024-02-17Insert delay between shifted chars in send_string_with_delay (#19280)Skyler Hawthorne
2023-12-16Merge remote-tracking branch 'qmk/master' into merge-2023-12-16Ilya Zhuravlev
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-09-25Fix OSM on a OSL activated layer (#20410)NapOli1084
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ↵Isaac Elenbaas
cases (#15889)
2023-09-08Merge remote-tracking branch 'qmk/master' into merge-2023-09-08Ilya Zhuravlev
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition
and key overrides (#20992)
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan
2023-06-03Merge remote-tracking branch 'qmk/master' into merge-2023-06-03Ilya Zhuravlev
2023-05-20[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-05-13Add a user callback for pre process record (#20584)Albert Y
2023-05-11[Bug] Fix compilation error introduced by #20669 (#20849)Drashna Jaelre
2023-05-10Fix Mod-Tap combo regression (#20669)Pete Sevander
* Add keyevent for combo keyrecord * Fix formatting * Update quantum/process_keycode/process_combo.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Add combo unit-tests and hot-fix process_record_tap_hint ...as this function tries to lookup the combo keys passed in. This will be refactored in a later pr. --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2023-04-09Add swap hands toggle functions (#20381)Albert Y
2023-04-05[Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348)Drashna Jaelre
2023-04-03Fix OSMs getting stuck (#20034)Kasimir Pihlasviita
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-03-27Remove use of keymap.h (#20004)Joel Challis
2023-03-18Merge remote-tracking branch 'qmk/master' into merge-2023-03-12Ilya Zhuravlev
2023-02-19Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre
2023-02-14Add swap hands status function (#19831)Albert Y
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-02-13Fixup `develop` compiles. (#19828)Nick Brassel
2023-02-12Tidy up use of keycode range helpers (#19813)Joel Challis
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2023-01-20Fix functions with empty params (#19647)Ryan
* Fix functions with empty params * Found a bunch more
2023-01-02Allow mod-tap hold action on one shot layer (#19214)David Kosorin
2022-12-17Introduce IS_EVENT instead of !IS_NOEVENT (#19366)Stefan Kerkmann
2022-12-15[Core] guard action related debug messages (#19348)Stefan Kerkmann
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
2022-10-15Programmable Button API refactor and improve docs (#18641)Ryan
2022-09-30Small un/register_code() cleanups (#18544)Ryan
2022-09-29Handle mouse keys more consistently (#18513)Drashna Jaelre
2022-09-26Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre
2022-09-26Move Oneshot mod callbacks to after mods are set (#18101)Drashna Jaelre
2022-09-10Merge remote-tracking branch 'qmk/master' into merge-2022-09-10Ilya Zhuravlev
2022-08-15[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)Stefan Kerkmann
2022-07-11Merge remote-tracking branch 'qmk/master' into merge-2022-07-11Ilya Zhuravlev
2022-05-30Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099)precondition
2022-04-18Fix one-shot locked modifiers (#16114)Denis Savran
* Fix state updates of one-shot locked modifiers Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state. `get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled. * Do not delete one-shot locked modifiers on a one-shot layer toggle Non-locked one-shot modifiers are not removed so this behavior adds inconsistency. Also the one-shot locked modifiers state was reset without unregistering any modifiers.
2022-04-02qmk_settings: wrap TAPPING_TOGGLEIlya Zhuravlev
2022-03-14Fix oneshot toggle logic (#16630)Drashna Jaelre
* Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
2022-03-09Fixup builds. (#16596)Nick Brassel
2022-03-09Add support for encoder mapping. (#13286)Nick Brassel
2022-03-06Merge remote-tracking branch 'qmk/master' into merge-2022-03-06Ilya Zhuravlev
2022-02-21Format code according to conventions (#16421)QMK Bot