refactor: Remove unimportant labels

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.
This commit is contained in:
Joel Spadin
2023-10-06 19:53:37 -05:00
parent 3ae9e74056
commit ba5637fdef
268 changed files with 0 additions and 525 deletions

View File

@@ -22,7 +22,6 @@
kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
col-gpios
@@ -40,7 +39,6 @@
encoder: encoder {
compatible = "alps,ec11";
label = "encoder";
a-gpios = <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
steps = <80>;