zmk/app
down 59d468e19d fix(behaviors): allow saving sticky keys with the same position
Previously, `position` was used to search for a sticky key, but it was
not sufficient because keys with different layers or generated by
macros could have the same position. This caused issues when saving
keys with the same position, as only one could be saved at a time.
Adding checks on `param1`, `position`, and `layer` resolves the issue,
but `param1` alone is sufficient to identify sticky keys.
2022-12-25 14:33:46 +07:00
..
boards feat(docs): Generate new shield interconnect docs. 2022-12-23 02:41:35 -06:00
cmake fix(build): Fix for proper string variable check. 2022-06-07 19:43:23 -04:00
drivers feat(drivers): Driver for MAX7318 GPIO expander (#1295) 2022-09-29 21:22:01 -04:00
dts fix(behaviors): Mark sticky key release-after-ms required 2022-12-20 20:38:26 -06:00
include fix: HID report descriptor 2022-11-10 22:15:06 -06:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src fix(behaviors): allow saving sticky keys with the same position 2022-12-25 14:33:46 +07:00
tests Unit test for ignore-modifiers bug 2022-12-23 19:53:28 +07:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt fix(behaviors): make tap dances work on a combo 2022-11-01 15:13:19 -05:00
core-coverage.yml feature(shields): Add nice!view 2022-09-29 21:11:26 -04:00
Kconfig feat: Add global macro timing configs 2022-12-20 20:34:25 -06:00
package-lock.json feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh refactor(tests): Use GH Actions matrix for tests. 2022-04-04 23:36:51 -04:00
west.yml fix: Don't exclude segger, needed for DKs. 2022-06-22 16:37:22 -04:00