Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) | Stefan Kerkmann | 2022-08-15 | 1 | -9/+4 |
| | |||||
* | Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) | precondition | 2022-05-30 | 1 | -1/+1 |
| | |||||
* | Fix one-shot locked modifiers (#16114) | Denis Savran | 2022-04-18 | 1 | -5/+2 |
| | | | | | | | | | | | * 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. | ||||
* | Fix oneshot toggle logic (#16630) | Drashna Jaelre | 2022-03-14 | 1 | -5/+5 |
| | | | | | | | * Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes | ||||
* | Fixup builds. (#16596) | Nick Brassel | 2022-03-09 | 1 | -6/+7 |
| | |||||
* | Add support for encoder mapping. (#13286) | Nick Brassel | 2022-03-09 | 1 | -12/+53 |
| | |||||
* | Format code according to conventions (#16421) | QMK Bot | 2022-02-21 | 1 | -53/+38 |
| | |||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -14/+36 |
| | |||||
* | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 1 | -25/+1 |
| | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Make (un)register code functions weak (#15285) | Drashna Jaelre | 2021-12-27 | 1 | -8/+8 |
| | |||||
* | Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto ↵ | Isaac Elenbaas | 2021-11-25 | 1 | -3/+16 |
| | | | | | | | Shifts (#11059) * Add Retro Shift and Custom Auto Shifts * Fix compilation errors with no RETRO_SHIFT value | ||||
* | Basic keycode overhaul (#14726) | Ryan | 2021-11-03 | 1 | -26/+26 |
| | |||||
* | Manually format develop (#15003) | Joel Challis | 2021-11-01 | 1 | -38/+45 |
| | |||||
* | Fix issues with Oneshot disabling (#14934) | Drashna Jaelre | 2021-11-01 | 1 | -64/+102 |
| | |||||
* | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | 2021-09-15 | 1 | -0/+5 |
| | |||||
* | Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) | Drashna Jaelre | 2021-09-13 | 1 | -6/+0 |
| | | | | | * Add support to tap dances * Move default tap code defines to header file | ||||
* | Revert 14083 && 14144 (#14150) | Joel Challis | 2021-08-25 | 1 | -28/+0 |
| | | | | | | | | | * 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. | ||||
* | Tidy up quantum.c now some of tmk_core has been merged (#14083) | Joel Challis | 2021-08-24 | 1 | -0/+28 |
| | |||||
* | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | 2021-08-18 | 1 | -0/+1126 |
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum |