aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/tests/toggle-layer/behavior_keymap.dtsi
AgeCommit message (Collapse)Author
2023-12-04refactor: Remove unimportant labelsJoel Spadin
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-04-24refactor: Replace tabs with spacesJoel Spadin
Standardized indentation to use spaces with a new pre-commit hook.
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-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-08-28feat(test): add tests for toggle layerCody McGinnis