index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
action.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)
Pascal Getreuer
2023-05-20
1
-2
/
+2
*
Add a user callback for pre process record (#20584)
Albert Y
2023-05-13
1
-4
/
+1
*
[Bug] Fix compilation error introduced by #20669 (#20849)
Drashna Jaelre
2023-05-11
1
-1
/
+1
*
Fix Mod-Tap combo regression (#20669)
Pete Sevander
2023-05-10
1
-2
/
+6
*
Add swap hands toggle functions (#20381)
Albert Y
2023-04-09
1
-0
/
+12
*
[Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348)
Drashna Jaelre
2023-04-05
1
-0
/
+4
*
Fix OSMs getting stuck (#20034)
Kasimir Pihlasviita
2023-04-03
1
-19
/
+12
*
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
precondition
2023-04-03
1
-1
/
+1
*
Remove use of keymap.h (#20004)
Joel Challis
2023-03-27
1
-1
/
+1
*
Fix functions when `NO_ACTION_TAPPING` is defined (#11528)
Drashna Jaelre
2023-02-19
1
-12
/
+32
*
Add swap hands status function (#19831)
Albert Y
2023-02-14
1
-0
/
+4
*
Fixup `develop` compiles. (#19828)
Nick Brassel
2023-02-13
1
-11
/
+11
*
Tidy up use of keycode range helpers (#19813)
Joel Challis
2023-02-12
1
-5
/
+5
*
Tidy up use of keycode range helpers (#19756)
Joel Challis
2023-02-10
1
-9
/
+9
*
Fix functions with empty params (#19647)
Ryan
2023-01-20
1
-1
/
+1
*
Allow mod-tap hold action on one shot layer (#19214)
David Kosorin
2023-01-02
1
-1
/
+6
*
Introduce IS_EVENT instead of !IS_NOEVENT (#19366)
Stefan Kerkmann
2022-12-17
1
-3
/
+3
*
[Core] guard action related debug messages (#19348)
Stefan Kerkmann
2022-12-15
1
-65
/
+42
*
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...
precondition
2022-12-13
1
-5
/
+5
*
Programmable Button API refactor and improve docs (#18641)
Ryan
2022-10-15
1
-1
/
+0
*
Small un/register_code() cleanups (#18544)
Ryan
2022-09-30
1
-30
/
+20
*
Handle mouse keys more consistently (#18513)
Drashna Jaelre
2022-09-29
1
-49
/
+51
*
Enabling Pointing Device support in register code functions (#18363)
Drashna Jaelre
2022-09-26
1
-0
/
+8
*
Move Oneshot mod callbacks to after mods are set (#18101)
Drashna Jaelre
2022-09-26
1
-3
/
+3
*
[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)
Stefan Kerkmann
2022-08-15
1
-9
/
+4
*
Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099)
precondition
2022-05-30
1
-1
/
+1
*
Fix one-shot locked modifiers (#16114)
Denis Savran
2022-04-18
1
-5
/
+2
*
Fix oneshot toggle logic (#16630)
Drashna Jaelre
2022-03-14
1
-5
/
+5
*
Fixup builds. (#16596)
Nick Brassel
2022-03-09
1
-6
/
+7
*
Add support for encoder mapping. (#13286)
Nick Brassel
2022-03-09
1
-12
/
+53
*
Format code according to conventions (#16421)
QMK Bot
2022-02-21
1
-53
/
+38
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
1
-14
/
+36
*
Rip out old macro and action_function system (#16025)
Ryan
2022-01-24
1
-25
/
+1
*
Make (un)register code functions weak (#15285)
Drashna Jaelre
2021-12-27
1
-8
/
+8
*
Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...
Isaac Elenbaas
2021-11-25
1
-3
/
+16
*
Basic keycode overhaul (#14726)
Ryan
2021-11-03
1
-26
/
+26
*
Manually format develop (#15003)
Joel Challis
2021-11-01
1
-38
/
+45
*
Fix issues with Oneshot disabling (#14934)
Drashna Jaelre
2021-11-01
1
-64
/
+102
*
Add Support for USB programmable buttons (#12950)
Thomas Weißschuh
2021-09-15
1
-0
/
+5
*
Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)
Drashna Jaelre
2021-09-13
1
-6
/
+0
*
Revert 14083 && 14144 (#14150)
Joel Challis
2021-08-25
1
-28
/
+0
*
Tidy up quantum.c now some of tmk_core has been merged (#14083)
Joel Challis
2021-08-24
1
-0
/
+28
*
Migrate platform independent code from tmk_core -> quantum (#13673)
Joel Challis
2021-08-18
1
-0
/
+1126