summaryrefslogtreecommitdiff
path: root/quantum/action_util.c
AgeCommit message (Collapse)Author
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition
and key overrides (#20992)
2023-04-12quantum/action_util.c: Use uint8_t for oneshot_layer_data (#20423)Manuel Ullmann
2023-04-03Fix OSMs getting stuck (#20034)Kasimir Pihlasviita
2023-01-20Fix functions with empty params (#19647)Ryan
* Fix functions with empty params * Found a bunch more
2022-03-14Fix oneshot toggle logic (#16630)Drashna Jaelre
* Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
2022-03-11Fix flipped One Shot logic (#16617)Pascal Getreuer
2022-03-03[Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa
Co-authored-by: Joel Challis <git@zvecr.com>
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-24Rip out old macro and action_function system (#16025)Ryan
* Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host ↵Stefan Kerkmann
(#14065)
2021-11-01Fix issues with Oneshot disabling (#14934)Drashna Jaelre
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre
* Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum