Nicolas Munnich
a05f5699dd
feat: Add more predefined behaviors
...
Adds predefined kt_on, kt_off, tog_on, tog_off, ktap behaviors.
2026-02-12 19:27:16 +00:00
Nicolas Munnich
5138c6fb14
feat: Allow layer behaviors to "lock" layers on ( #2717 )
...
* refactor(core)!: Allow layer behaviors to "lock" layers on
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com >
* docs: Added documentation note on locking layers
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com >
---------
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com >
2025-11-14 23:13:35 +01:00
Nicolas Munnich
4ef231f4bb
feat: Added toggle-mode, allowing toggle-on and toggle-off ( #2555 )
...
feat: added toggle mode to key and layer toggles
docs: documented toggle mode changes
2024-12-12 19:13:56 -05:00
Joel Spadin
ba5637fdef
refactor: Remove unimportant labels
...
Removed "label" properties which no longer have any function.
Labels are still used as layer names and as identifiers for sending
behaviors between sides of a split keyboard, so those have been left
alone for now.
2023-12-04 20:06:54 -06:00
Joel Spadin
94061bb916
refactor: Replace tabs with spaces
...
Standardized indentation to use spaces with a new pre-commit hook.
2023-04-24 16:07:04 -07:00
innovaker
842aa5a842
refactor: replace filename hyphens with underscores
...
Aligns *.h and *.c to underscore naming convention.
These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.
PR: #523
2020-12-28 01:15:35 -05:00
Pete Johanson
eff1b8223b
refactor(keys): Unify usage page.
...
* Remove need for separate `&cp` behavior, but
keep it for now for backward compat.
* Refactor sensor inc/dec as well.
2020-11-05 14:55:40 -05:00
innovaker
aebe90908d
test: Replace superseded key names in test keymaps
...
Replace deprecated key names (LSFT, LCTL, RCTL, M_NEXT).
Replace abbreviated names with fully qualified names (LSFT, LCTL, LALT, LGUI, RGUI).
Follow-up to #21 .
2020-11-03 23:50:54 -05:00
Cody McGinnis
a722cbcea3
feat(test): add tests for toggle layer
2020-08-28 16:21:31 -04:00