aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts/bindings/zmk,kscan-mock.yaml
AgeCommit message (Collapse)Author
2023-12-04refactor(behaviors): Make label property optionalJoel Spadin
Changed all code (except for layer names) which used the label property to use DEVICE_DT_NAME() instead, which uses the label if set or falls back to the full node name. This matches how Zephyr determines the node names used with device_get_binding() and allows us to start removing the deprecated label property from things.
2020-08-28fix(test): change the layoutCody McGinnis
2020-06-08Move Zephyr app into subdirectory.Pete Johanson