fix(shields): Add labels to all sensors nodes

This commit is contained in:
Joel Spadin 2024-01-26 20:39:35 -06:00
parent aab09d504c
commit f24a0bf9c8
13 changed files with 17 additions and 17 deletions

View File

@ -46,7 +46,7 @@
status = "okay";
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder>;
};

View File

@ -60,7 +60,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
status = "disabled";
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <30>;

View File

@ -58,7 +58,7 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(3,4) RC(3,5) RC(2,5) RC(2,6) RC(2,7)
steps = <60>;
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <30>;

View File

@ -45,7 +45,7 @@
};
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder_1 &encoder_2>;
triggers-per-rotation = <20>;

View File

@ -9,7 +9,7 @@
#include <dt-bindings/zmk/bt.h>
/ {
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder_1>;
triggers-per-rotation = <20>;

View File

@ -10,7 +10,7 @@
#include <dt-bindings/zmk/rgb.h>
/ {
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <20>;

View File

@ -49,7 +49,7 @@
b-gpios = <&pro_micro 14 GPIO_PULL_UP>;
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <36>;

View File

@ -49,7 +49,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
b-gpios = <&pro_micro 10 GPIO_PULL_UP>;
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <36>;

View File

@ -14,7 +14,7 @@
};
/ {
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder_1_top_row>;
triggers-per-rotation = <20>;

View File

@ -15,7 +15,7 @@
};
/ {
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder_4>;
};

View File

@ -73,7 +73,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5)
status = "disabled";
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
triggers-per-rotation = <20>;
sensors = <

View File

@ -10,7 +10,7 @@
chosen {
zmk,matrix-transform = &matrix_transform;
};
sensors {
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder>;
triggers-per-rotation = <20>;

View File

@ -53,9 +53,9 @@
b-gpios = <&arduino_header 14 GPIO_PULL_UP>;
};
sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder &right_encoder>;
triggers-per-rotation = <20>;
};
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder &right_encoder>;
triggers-per-rotation = <20>;
};
};