index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
action.c
Age
Commit message (
Expand
)
Author
2022-04-18
Fix one-shot locked modifiers (#16114)
Denis Savran
2022-03-14
Fix oneshot toggle logic (#16630)
Drashna Jaelre
2022-03-09
Fixup builds. (#16596)
Nick Brassel
2022-03-09
Add support for encoder mapping. (#13286)
Nick Brassel
2022-02-21
Format code according to conventions (#16421)
QMK Bot
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2022-01-24
Rip out old macro and action_function system (#16025)
Ryan
2021-12-27
Make (un)register code functions weak (#15285)
Drashna Jaelre
2021-11-25
Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...
Isaac Elenbaas
2021-11-03
Basic keycode overhaul (#14726)
Ryan
2021-11-01
Manually format develop (#15003)
Joel Challis
2021-11-01
Fix issues with Oneshot disabling (#14934)
Drashna Jaelre
2021-09-15
Add Support for USB programmable buttons (#12950)
Thomas Weißschuh
2021-09-13
Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)
Drashna Jaelre
2021-08-25
Revert 14083 && 14144 (#14150)
Joel Challis
2021-08-24
Tidy up quantum.c now some of tmk_core has been merged (#14083)
Joel Challis
2021-08-18
Migrate platform independent code from tmk_core -> quantum (#13673)
Joel Challis