summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_key_override.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+2
2024-07-16Add support for key override introspection. (#24120)Nick Brassel1-6/+4
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-0/+4
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-4/+2
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...precondition1-0/+9
2023-02-15[Bug] Fix compiliation issue for Key Overrides (#19856)Drashna Jaelre1-3/+3
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis1-1/+1
2022-10-25Deprecate `KEY_OVERRIDE_*` keycodes for `KO_*` (#18843)Ryan1-3/+3
2022-02-12Format code according to conventions (#16322)QMK Bot1-11/+13
2021-08-01[BUG] Fix Key Override includes (#13831)Drashna Jaelre1-1/+1
2021-07-28Minor tidy up of key overrides (#13747)Joel Challis1-1/+1
2021-07-13[Feature] Key Overrides (#11422)Jonas Gessner1-0/+518