summaryrefslogtreecommitdiffstats
path: root/quantum/action.h
Commit message (Collapse)AuthorAgeFilesLines
* Add swap hands status function (#19831)Albert Y2023-02-141-0/+7
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Core] guard action related debug messages (#19348)Stefan Kerkmann2022-12-151-1/+13
|
* [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)Stefan Kerkmann2022-08-151-1/+0
|
* Format code according to conventions (#16421)QMK Bot2022-02-211-1/+1
|
* Fix up issue with PROGMEM and hand_swap_config (#16027)Joel Challis2022-01-241-0/+1
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-17/+0
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Manually format develop (#15003)Joel Challis2021-11-011-1/+1
|
* Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)Drashna Jaelre2021-09-131-0/+7
| | | | | * Add support to tap dances * Move default tap code defines to header file
* Revert 14083 && 14144 (#14150)Joel Challis2021-08-251-5/+0
| | | | | | | | | * Revert "Short term bodge for firmware size bloat (#14144)" This reverts commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0. * Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)" This reverts commit c4dbf4bf0118dd785802861beb247433b5b7411d.
* Tidy up quantum.c now some of tmk_core has been merged (#14083)Joel Challis2021-08-241-0/+5
|
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+132
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum