summaryrefslogtreecommitdiffstats
path: root/quantum/action_util.c
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition2023-07-081-0/+25
| | | | and key overrides (#20992)
* quantum/action_util.c: Use uint8_t for oneshot_layer_data (#20423)Manuel Ullmann2023-04-121-1/+1
|
* Fix OSMs getting stuck (#20034)Kasimir Pihlasviita2023-04-031-0/+12
|
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
| | | | | * Fix functions with empty params * Found a bunch more
* Fix oneshot toggle logic (#16630)Drashna Jaelre2022-03-141-8/+7
| | | | | | | * Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
* Fix flipped One Shot logic (#16617)Pascal Getreuer2022-03-111-3/+4
|
* [Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa2022-03-031-0/+4
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Format code according to conventions (#16322)QMK Bot2022-02-121-35/+97
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-31/+2
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* [Core] Don't send keyboard reports that propagate no changes to the host ↵Stefan Kerkmann2021-12-141-1/+8
| | | | (#14065)
* Fix issues with Oneshot disabling (#14934)Drashna Jaelre2021-11-011-1/+2
|
* [Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre2021-09-291-10/+0
| | | | | | | | | | | * Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+455
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum