summaryrefslogtreecommitdiff
path: root/app/tests
AgeCommit message (Collapse)Author
2020-11-29bugfix(sticky keys): release active sticky keys properlyOkke Formsma
see https://github.com/zmkfirmware/zmk/issues/445
2020-11-28feat(sticky keys): initial implementationOkke Formsma
2020-11-16fix momentary layer bug when top layer is not &transOkke Formsma
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-05refactor(keys): Unify usage page.Pete Johanson
* Remove need for separate `&cp` behavior, but keep it for now for backward compat. * Refactor sensor inc/dec as well.
2020-11-03test: Replace superseded key names in test keymapsinnovaker
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-03initial implementation for modifiersOkke Formsma
https://github.com/zmkfirmware/zmk/issues/86
2020-10-10Add timestamps to position and behavior events (#147)Okke Formsma
* Add timestamps to position events and behaviors. - Take original event timestamps into consideration so nested tap-holds have proper timing. - Add position and timestamp to keycode state changed event so the one-shot behavior can properly identify other keypresses and timings. - Add timestamp to position events received from peripheral * reduce number of arguments to behaviors
2020-09-08fix(tests): pending tests pass nowCody McGinnis
2020-09-02some fixes based on feedbackOkke Formsma
2020-09-02rename testsOkke Formsma
2020-09-01Initial implementation of hold-tapOkke Formsma
2020-08-28feat(tests): allow tests to be marked as pendingCody McGinnis
pending tests will not fail the build
2020-08-28fix(docs): move testing docs to website docsCody McGinnis
2020-08-28feat(test): create simple docs for creating testsCody McGinnis
2020-08-28feat(test): add testing for transparentCody McGinnis
2020-08-28feat(test): add tests for toggle layerCody McGinnis
2020-08-28feat(test): add tests for none behaviorCody McGinnis
2020-08-28fix(test): fix normal momentary-layer test snapshotCody McGinnis
2020-08-28fix(test): use a smaller value for mock key intervalsCody McGinnis
2020-08-28feat(test): add tests for momentary layersCody McGinnis
2020-08-28fix(test): change the layoutCody McGinnis