32 Commits (b8ac4dddb6234ed23dc28cc0068ea76f4f10be5c)

Author SHA1 Message Date
Nick Brassel b8ac4dddb6
Fixup `develop` compiles. (#19828) 3 years ago
Joel Challis 6ceff1367d
Tidy up use of keycode range helpers (#19813) 3 years ago
Joel Challis 1d0b4c8d38
Tidy up use of keycode range helpers (#19756) 3 years ago
Ryan cf935d97ae
Fix functions with empty params (#19647)
* Fix functions with empty params

* Found a bunch more
3 years ago
David Kosorin 0f5500182c
Allow mod-tap hold action on one shot layer (#19214) 3 years ago
Stefan Kerkmann 85984902cf
Introduce IS_EVENT instead of !IS_NOEVENT (#19366) 3 years ago
Stefan Kerkmann dedc54a328
[Core] guard action related debug messages (#19348) 3 years ago
precondition 515dd18c28
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) 3 years ago
Ryan f0b2bfd5ca
Programmable Button API refactor and improve docs (#18641) 3 years ago
Ryan 2c96c75263
Small un/register_code() cleanups (#18544) 3 years ago
Drashna Jaelre dbe214c326
Handle mouse keys more consistently (#18513) 3 years ago
Drashna Jaelre fb400f2ac2
Enabling Pointing Device support in register code functions (#18363) 3 years ago
Drashna Jaelre d909038b28
Move Oneshot mod callbacks to after mods are set (#18101) 3 years ago
Stefan Kerkmann 8ce946b5c8
[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) 3 years ago
precondition d44a950c10
Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) 4 years ago
Denis Savran b1ceb4bb6a
Fix one-shot locked modifiers (#16114)
* 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.
4 years ago
Drashna Jaelre b8574efcd6
Fix oneshot toggle logic (#16630)
* Fix oneshot toggle logic

* Enable oneshots by default

* Decrement eeconfig magic number due to eeconfig changes
4 years ago
Nick Brassel 77180a6649
Fixup builds. (#16596) 4 years ago
Nick Brassel 8d5eacb7dd
Add support for encoder mapping. (#13286) 4 years ago
QMK Bot 25ba9b41c1
Format code according to conventions (#16421) 4 years ago
QMK Bot 63646e8906
Format code according to conventions (#16322) 4 years ago
Ryan 1d11ae3087
Rip out old macro and action_function system (#16025)
* Rip out old macro and action_function system

* Update quantum/action_util.c

Co-authored-by: Joel Challis <git@zvecr.com>
4 years ago
Drashna Jaelre 672c6b4721
Make (un)register code functions weak (#15285) 4 years ago
Isaac Elenbaas d9393b8684
Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto Shifts (#11059)
* Add Retro Shift and Custom Auto Shifts

* Fix compilation errors with no RETRO_SHIFT value
4 years ago
Ryan f529580860
Basic keycode overhaul (#14726) 4 years ago
Joel Challis 92385e30cd
Manually format develop (#15003) 4 years ago
Drashna Jaelre 2980c63d3d
Fix issues with Oneshot disabling (#14934) 4 years ago
Thomas Weißschuh 83988597f4
Add Support for USB programmable buttons (#12950) 4 years ago
Drashna Jaelre ab34ecb669
Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)
* Add  support to tap dances

* Move default tap code defines to header file
4 years ago
Joel Challis a84de5e22b
Revert 14083 && 14144 (#14150)
* Revert "Short term bodge for firmware size bloat (#14144)"

This reverts commit a8d6547346.

* Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)"

This reverts commit c4dbf4bf01.
4 years ago
Joel Challis c4dbf4bf01
Tidy up quantum.c now some of tmk_core has been merged (#14083) 4 years ago
Joel Challis b8e913c8db
Migrate platform independent code from tmk_core -> quantum (#13673)
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
4 years ago