summaryrefslogtreecommitdiff
path: root/app/tests/toggle-layer/early-key-release
AgeCommit message (Collapse)Author
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
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-11-03initial implementation for modifiersOkke Formsma
https://github.com/zmkfirmware/zmk/issues/86
2020-09-08fix(tests): pending tests pass nowCody McGinnis
2020-08-28feat(tests): allow tests to be marked as pendingCody McGinnis
pending tests will not fail the build
2020-08-28feat(test): add tests for toggle layerCody McGinnis