Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix oneshot toggle logic (#16630) | Drashna Jaelre | 2022-03-14 | 1 | -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 Getreuer | 2022-03-11 | 1 | -3/+4 |
| | |||||
* | [Bug] fix v-usb connection enumeration, ifdef workaround (#16511) | Gompa | 2022-03-03 | 1 | -0/+4 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -35/+97 |
| | |||||
* | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 1 | -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 Kerkmann | 2021-12-14 | 1 | -1/+8 |
| | | | | (#14065) | ||||
* | Fix issues with Oneshot disabling (#14934) | Drashna Jaelre | 2021-11-01 | 1 | -1/+2 |
| | |||||
* | [Core] Fix "6kro enable" and clarify naming (#14563) | Drashna Jaelre | 2021-09-29 | 1 | -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 Challis | 2021-08-18 | 1 | -0/+455 |
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum |