forked from kofal.net/zmk
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:
@@ -25,7 +25,6 @@
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
compatible = "worldsemi,ws2812-spi";
|
||||
label = "WS2812";
|
||||
|
||||
/* SPI */
|
||||
reg = <0>; /* ignored, but necessary for SPI bindings */
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
compatible = "worldsemi,ws2812-spi";
|
||||
label = "WS2812";
|
||||
|
||||
/* SPI */
|
||||
reg = <0>; /* ignored, but necessary for SPI bindings */
|
||||
|
||||
@@ -27,28 +27,24 @@
|
||||
|
||||
left_encoder1: left_encoder1 {
|
||||
compatible = "alps,ec11";
|
||||
label = "L_ENCODER1";
|
||||
steps = <80>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
left_encoder2: left_encoder2 {
|
||||
compatible = "alps,ec11";
|
||||
label = "L_ENCODER2";
|
||||
steps = <80>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
right_encoder1: right_encoder1 {
|
||||
compatible = "alps,ec11";
|
||||
label = "R_ENCODER1";
|
||||
steps = <80>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
right_encoder2: right_encoder2 {
|
||||
compatible = "alps,ec11";
|
||||
label = "R_ENCODER2";
|
||||
steps = <80>;
|
||||
status = "disabled";
|
||||
};
|
||||
@@ -66,7 +62,6 @@
|
||||
oled: ssd1306@3c {
|
||||
compatible = "solomon,ssd1306fb";
|
||||
reg = <0x3c>;
|
||||
label = "DISPLAY";
|
||||
width = <128>;
|
||||
height = <32>;
|
||||
segment-offset = <0>;
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
kscan: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
|
||||
label = "KSCAN";
|
||||
diode-direction = "row2col";
|
||||
|
||||
row-gpios
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
kscan: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
|
||||
label = "KSCAN";
|
||||
diode-direction = "row2col";
|
||||
|
||||
row-gpios
|
||||
|
||||
Reference in New Issue
Block a user