refactor: Remove new uses of label property

Removed new uses of the "label" property which were introduced after
the previous commits on this branch were written.
This commit is contained in:
Joel Spadin 2023-12-04 18:31:42 -06:00
parent 0fd8e25807
commit 17a6f0b128
9 changed files with 1 additions and 15 deletions

View file

@ -46,7 +46,6 @@
};
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
@ -107,11 +106,9 @@
#size-cells = <1>;
sd_partition: partition@0 {
label = "softdevice";
reg = <0x00000000 0x00026000>;
};
code_partition: partition@26000 {
label = "code_partition";
reg = <0x00026000 0x000c6000>;
};
@ -125,12 +122,10 @@
* if enabled.
*/
storage_partition: partition@ec000 {
label = "storage";
reg = <0x000ec000 0x00008000>;
};
boot_partition: partition@f4000 {
label = "adafruit_boot";
reg = <0x000f4000 0x0000c000>;
};
};
@ -145,7 +140,6 @@
led_strip: ws2812@0 {
compatible = "worldsemi,ws2812-spi";
label = "WS2812";
/* SPI */
reg = <0>;

View file

@ -9,7 +9,6 @@
kscan: kscan {
compatible = "zmk,kscan-mock";
label = "KSCAN_MOCK";
rows = <2>;
columns = <2>;

View file

@ -1,8 +1,7 @@
/ {
behaviors {
/omit-if-no-ref/ mkp: behavior_mouse_key_press {
/omit-if-no-ref/ mkp: mouse_key_press {
compatible = "zmk,behavior-mouse-key-press";
label = "MOUSE_KEY_PRESS";
#binding-cells = <1>;
};
};

View file

@ -14,7 +14,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <

View file

@ -14,7 +14,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <

View file

@ -14,7 +14,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <

View file

@ -14,7 +14,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <

View file

@ -16,7 +16,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <

View file

@ -14,7 +14,6 @@
/ {
keymap {
compatible = "zmk,keymap";
label = "Default keymap";
default_layer {
bindings = <