index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
action.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-11
[Core] Speculative Hold option for mod-taps: hold mods instantly while unsett...
Pascal Getreuer
1
-0
/
+5
2025-04-22
[Bug][Core] Fix for Flow Tap: fix handling of distinct taps and timer updates...
Pascal Getreuer
1
-0
/
+3
2025-04-14
[Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)
Pascal Getreuer
1
-0
/
+17
2025-02-16
Retro Tapping Re-Write; Key Roll Fix (#23641)
John
1
-12
/
+38
2025-02-16
Chaining OSL and MO (#23065)
DavidSannier
1
-0
/
+4
2024-07-03
Normalise mouse keycodes (#23975)
Ryan
1
-3
/
+3
2024-03-13
Remove unuseful layer_on() call (#23055)
DavidSannier
1
-2
/
+0
2024-02-17
Insert delay between shifted chars in send_string_with_delay (#19280)
Skyler Hawthorne
1
-3
/
+1
2023-10-23
Separate 6KRO and NKRO report structs (#22267)
Ryan
1
-1
/
+1
2023-09-25
Fix OSM on a OSL activated layer (#20410)
NapOli1084
1
-1
/
+1
2023-09-25
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...
Isaac Elenbaas
1
-1
/
+1
2023-07-08
[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...
precondition
1
-0
/
+7
2023-07-02
Get rid of `USB_LED_SCROLL_LOCK` (#21405)
Ryan
1
-6
/
+6
2023-05-20
[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)
Pascal Getreuer
1
-2
/
+2
2023-05-13
Add a user callback for pre process record (#20584)
Albert Y
1
-4
/
+1
2023-05-11
[Bug] Fix compilation error introduced by #20669 (#20849)
Drashna Jaelre
1
-1
/
+1
2023-05-10
Fix Mod-Tap combo regression (#20669)
Pete Sevander
1
-2
/
+6
2023-04-09
Add swap hands toggle functions (#20381)
Albert Y
1
-0
/
+12
2023-04-05
[Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348)
Drashna Jaelre
1
-0
/
+4
2023-04-03
Fix OSMs getting stuck (#20034)
Kasimir Pihlasviita
1
-19
/
+12
2023-04-03
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
precondition
1
-1
/
+1
2023-03-27
Remove use of keymap.h (#20004)
Joel Challis
1
-1
/
+1
2023-02-19
Fix functions when `NO_ACTION_TAPPING` is defined (#11528)
Drashna Jaelre
1
-12
/
+32
2023-02-14
Add swap hands status function (#19831)
Albert Y
1
-0
/
+4
2023-02-13
Fixup `develop` compiles. (#19828)
Nick Brassel
1
-11
/
+11
2023-02-12
Tidy up use of keycode range helpers (#19813)
Joel Challis
1
-5
/
+5
2023-02-10
Tidy up use of keycode range helpers (#19756)
Joel Challis
1
-9
/
+9
2023-01-20
Fix functions with empty params (#19647)
Ryan
1
-1
/
+1
2023-01-02
Allow mod-tap hold action on one shot layer (#19214)
David Kosorin
1
-1
/
+6
2022-12-17
Introduce IS_EVENT instead of !IS_NOEVENT (#19366)
Stefan Kerkmann
1
-3
/
+3
2022-12-15
[Core] guard action related debug messages (#19348)
Stefan Kerkmann
1
-65
/
+42
2022-12-13
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...
precondition
1
-5
/
+5
2022-10-15
Programmable Button API refactor and improve docs (#18641)
Ryan
1
-1
/
+0
2022-09-30
Small un/register_code() cleanups (#18544)
Ryan
1
-30
/
+20
2022-09-29
Handle mouse keys more consistently (#18513)
Drashna Jaelre
1
-49
/
+51
2022-09-26
Enabling Pointing Device support in register code functions (#18363)
Drashna Jaelre
1
-0
/
+8
2022-09-26
Move Oneshot mod callbacks to after mods are set (#18101)
Drashna Jaelre
1
-3
/
+3
2022-08-15
[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)
Stefan Kerkmann
1
-9
/
+4
2022-05-30
Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099)
precondition
1
-1
/
+1
2022-04-18
Fix one-shot locked modifiers (#16114)
Denis Savran
1
-5
/
+2
2022-03-14
Fix oneshot toggle logic (#16630)
Drashna Jaelre
1
-5
/
+5
2022-03-09
Fixup builds. (#16596)
Nick Brassel
1
-6
/
+7
2022-03-09
Add support for encoder mapping. (#13286)
Nick Brassel
1
-12
/
+53
2022-02-21
Format code according to conventions (#16421)
QMK Bot
1
-53
/
+38
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-14
/
+36
2022-01-24
Rip out old macro and action_function system (#16025)
Ryan
1
-25
/
+1
2021-12-27
Make (un)register code functions weak (#15285)
Drashna Jaelre
1
-8
/
+8
2021-11-25
Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...
Isaac Elenbaas
1
-3
/
+16
2021-11-03
Basic keycode overhaul (#14726)
Ryan
1
-26
/
+26
2021-11-01
Manually format develop (#15003)
Joel Challis
1
-38
/
+45
[next]