Skip to content

Commit

Permalink
remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Feb 28, 2024
1 parent 8c910f5 commit 8481327
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/boards/arm/stp/stp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";

col-gpios
Expand Down Expand Up @@ -75,9 +74,8 @@
, <&gpio0 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
ext-power {
EXT_POWER {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
backlight: pwmleds {
Expand All @@ -90,7 +88,6 @@

vbatt: vbatt {
compatible = "zmk,battery-voltage-divider";
label = "VBATT";
io-channels = <&adc 2>;
output-ohms = <100000>;
full-ohms = <(100000 + 100000)>;
Expand Down Expand Up @@ -129,7 +126,6 @@
status = "okay";
cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
};
};

Expand Down Expand Up @@ -183,7 +179,6 @@

led_strip: ws2812@0 {
compatible = "worldsemi,ws2812-spi";
label = "WS2812";

/* SPI */
reg = <0>;
Expand Down

0 comments on commit 8481327

Please sign in to comment.