0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2024-12-13 21:30:47 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Drashna Jaelre
b8574efcd6
Fix oneshot toggle logic ()
* Fix oneshot toggle logic

* Enable oneshots by default

* Decrement eeconfig magic number due to eeconfig changes
2022-03-14 01:11:42 +00:00
Pascal Getreuer
0eb42e042c
Fix flipped One Shot logic () 2022-03-11 13:28:52 +00:00
Gompa
ae2c77c827
[Bug] fix v-usb connection enumeration, ifdef workaround ()
Co-authored-by: Joel Challis <git@zvecr.com>
2022-03-03 09:24:04 -08:00
QMK Bot
63646e8906
Format code according to conventions () 2022-02-12 18:29:31 +00:00
Ryan
1d11ae3087
Rip out old macro and action_function system ()
* Rip out old macro and action_function system

* Update quantum/action_util.c

Co-authored-by: Joel Challis <git@zvecr.com>
2022-01-24 21:22:20 +00:00
Stefan Kerkmann
8b865a9d64
[Core] Don't send keyboard reports that propagate no changes to the host () 2021-12-14 10:40:18 -08:00
Drashna Jaelre
2980c63d3d
Fix issues with Oneshot disabling () 2021-11-01 09:41:24 -07:00
Drashna Jaelre
02ab7b1888
[Core] Fix "6kro enable" and clarify naming ()
* Fix USB_6KRO_ENABLE compilation errors

* Add info to docs

* Rename define to be more accurate

* Remove unused rule

* Refixe docs
2021-09-29 11:37:11 -07:00
Joel Challis
b8e913c8db
Migrate platform independent code from tmk_core -> quantum ()
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
2021-08-18 00:18:58 +01:00