Harry Herring
f8a7fee9f6
Revert "Merge branch 'main' into main"
...
This reverts commit ba1ab1ab35
, reversing
changes made to 9134fdcfab
.
2020-12-01 18:55:04 +00:00
Okke Formsma
e48a6b659c
fix momentary layer bug when top layer is not &trans
...
Key release events released keys on the wrong layer if the 'top layer'
was not &trans above the &mo key.
base <&mo 1>
layer 1 <&kp B>
This was caused by overwriting
`zmk_keymap_active_behavior_layer[position]` after the &mo key was
handled.
2020-11-16 17:19:27 -05:00
Okke Formsma
4f258efbf1
initial implementation for modifiers
...
https://github.com/zmkfirmware/zmk/issues/86
2020-11-03 00:19:37 -05:00
Cody McGinnis
a65de800bf
fix(tests): pending tests pass now
2020-09-08 12:00:46 -04:00
Cody McGinnis
80bef160fc
feat(tests): allow tests to be marked as pending
...
pending tests will not fail the build
2020-08-28 16:28:49 -04:00
Cody McGinnis
de92bf2b2d
fix(test): use a smaller value for mock key intervals
2020-08-28 16:21:31 -04:00
Cody McGinnis
5f56266a69
feat(test): add tests for momentary layers
2020-08-28 16:21:31 -04:00