Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | |
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-04-09 | Add swap hands toggle functions (#20381) | Albert Y | |
2023-02-14 | Add swap hands status function (#19831) | Albert Y | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-12-15 | [Core] guard action related debug messages (#19348) | Stefan Kerkmann | |
2022-08-15 | [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) | Stefan Kerkmann | |
2022-02-21 | Format code according to conventions (#16421) | QMK Bot | |
2022-01-24 | Fix up issue with PROGMEM and hand_swap_config (#16027) | Joel Challis | |
2022-01-24 | Rip 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-11-01 | Manually format develop (#15003) | Joel Challis | |
2021-09-13 | Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) | Drashna Jaelre | |
* Add support to tap dances * Move default tap code defines to header file | |||
2021-08-25 | Revert 14083 && 14144 (#14150) | Joel Challis | |
* 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. | |||
2021-08-24 | Tidy up quantum.c now some of tmk_core has been merged (#14083) | Joel Challis | |
2021-08-18 | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | |
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum |