fix: Remove deprecated labels from zmk_uno
This commit is contained in:
parent
7434a6b99b
commit
b31b42018a
1 changed files with 0 additions and 7 deletions
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
led_strip: ws2812@0 {
|
led_strip: ws2812@0 {
|
||||||
compatible = "worldsemi,ws2812-spi";
|
compatible = "worldsemi,ws2812-spi";
|
||||||
label = "RGB";
|
|
||||||
|
|
||||||
/* SPI */
|
/* SPI */
|
||||||
reg = <0>; /* ignored, but necessary for SPI bindings */
|
reg = <0>; /* ignored, but necessary for SPI bindings */
|
||||||
|
@ -126,8 +125,6 @@
|
||||||
kscan_matrix: kscan_matrix {
|
kscan_matrix: kscan_matrix {
|
||||||
compatible = "zmk,kscan-gpio-matrix";
|
compatible = "zmk,kscan-gpio-matrix";
|
||||||
|
|
||||||
label = "KSCAN_MATRIX";
|
|
||||||
|
|
||||||
diode-direction = "col2row";
|
diode-direction = "col2row";
|
||||||
|
|
||||||
col-gpios
|
col-gpios
|
||||||
|
@ -146,8 +143,6 @@
|
||||||
compatible = "zmk,kscan-gpio-direct";
|
compatible = "zmk,kscan-gpio-direct";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
label = "KSCAN_DIRECT";
|
|
||||||
|
|
||||||
input-gpios
|
input-gpios
|
||||||
= <&arduino_header 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
= <&arduino_header 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
, <&arduino_header 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&arduino_header 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
|
@ -161,8 +156,6 @@
|
||||||
compatible = "zmk,kscan-gpio-direct";
|
compatible = "zmk,kscan-gpio-direct";
|
||||||
toggle-mode;
|
toggle-mode;
|
||||||
|
|
||||||
label = "KSCAN_TOGGLE";
|
|
||||||
|
|
||||||
input-gpios
|
input-gpios
|
||||||
= <&arduino_header 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
= <&arduino_header 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
, <&arduino_header 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&arduino_header 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
|
|
Loading…
Add table
Reference in a new issue