Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-09 | Add swap hands toggle functions (#20381) | Albert Y | |
2023-04-05 | [Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348) | Drashna Jaelre | |
2023-04-03 | Fix OSMs getting stuck (#20034) | Kasimir Pihlasviita | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-03-27 | Remove use of keymap.h (#20004) | Joel Challis | |
2023-02-19 | Fix functions when `NO_ACTION_TAPPING` is defined (#11528) | Drashna Jaelre | |
2023-02-14 | Add swap hands status function (#19831) | Albert Y | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-02-13 | Fixup `develop` compiles. (#19828) | Nick Brassel | |
2023-02-12 | Tidy up use of keycode range helpers (#19813) | Joel Challis | |
2023-02-10 | Tidy up use of keycode range helpers (#19756) | Joel Challis | |
2023-01-20 | Fix functions with empty params (#19647) | Ryan | |
* Fix functions with empty params * Found a bunch more | |||
2023-01-02 | Allow mod-tap hold action on one shot layer (#19214) | David Kosorin | |
2022-12-17 | Introduce IS_EVENT instead of !IS_NOEVENT (#19366) | Stefan Kerkmann | |
2022-12-15 | [Core] guard action related debug messages (#19348) | Stefan Kerkmann | |
2022-12-13 | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | |
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | |||
2022-10-15 | Programmable Button API refactor and improve docs (#18641) | Ryan | |
2022-09-30 | Small un/register_code() cleanups (#18544) | Ryan | |
2022-09-29 | Handle mouse keys more consistently (#18513) | Drashna Jaelre | |
2022-09-26 | Enabling Pointing Device support in register code functions (#18363) | Drashna Jaelre | |
2022-09-26 | Move Oneshot mod callbacks to after mods are set (#18101) | Drashna Jaelre | |
2022-08-15 | [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) | Stefan Kerkmann | |
2022-05-30 | Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) | precondition | |
2022-04-18 | Fix one-shot locked modifiers (#16114) | Denis Savran | |
* Fix state updates of one-shot locked modifiers Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state. `get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled. * Do not delete one-shot locked modifiers on a one-shot layer toggle Non-locked one-shot modifiers are not removed so this behavior adds inconsistency. Also the one-shot locked modifiers state was reset without unregistering any modifiers. | |||
2022-03-14 | Fix oneshot toggle logic (#16630) | Drashna Jaelre | |
* Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes | |||
2022-03-09 | Fixup builds. (#16596) | Nick Brassel | |
2022-03-09 | Add support for encoder mapping. (#13286) | Nick Brassel | |
2022-02-21 | Format code according to conventions (#16421) | QMK Bot | |
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
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-12-27 | Make (un)register code functions weak (#15285) | Drashna Jaelre | |
2021-11-25 | Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto ↵ | Isaac Elenbaas | |
Shifts (#11059) * Add Retro Shift and Custom Auto Shifts * Fix compilation errors with no RETRO_SHIFT value | |||
2021-11-03 | Basic keycode overhaul (#14726) | Ryan | |
2021-11-01 | Manually format develop (#15003) | Joel Challis | |
2021-11-01 | Fix issues with Oneshot disabling (#14934) | Drashna Jaelre | |
2021-09-15 | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | |
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 |