Sangwoo Kim
13c05cfe75
Merge branch 'improve-caps-word' of https://github.com/urob/zmk into urob-improve-caps-word
2024-01-01 14:36:18 +00: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
urob
ad69b57c39
Ignore-modifiers property for capsword
...
Squashed commit of the following:
commit ba38925b3e471c5fe92763fe026b22c2c9a7b13d
Author: urob <978080+urob@users.noreply.github.com>
Date: Fri Aug 5 16:05:58 2022 -0400
Ignore-modifiers property for capsword
2023-04-06 07:40:50 -04:00
Peter Johanson
b3c9c18fee
feat(behaviors): Continue on mods in caps word.
...
* Continue caps word when mods are changed, and
match the continue list on combination of
explicit and implicit modifiers.
2022-06-04 01:38:42 -04:00
Peter Johanson
953f5212a8
refactor(tests): Move to native_posix_64 target.
...
* Allows removing multilib from docker images
* Run properly in aarch64 host docker
containers for testing on Rasberry Pi.
* Small sticky-keys fix to initialize w/ correct
constant for max uin32_t value.
2022-04-03 00:10:29 -04:00
Peter Johanson
8afe124153
fix(tests): Fix snapshots to account for formatting changes.
2022-04-03 00:10:29 -04:00
Peter Johanson
54dabffd0d
feat(behaviors): Add caps word (&caps_word
).
...
* Add new `&caps_word` behavior that acts like caps lock, but
releases automatically when any "break" keycode is pressed.
2021-11-28 22:41:35 -05:00