Browse Source

fix(boards): BT60 Formatting tweaks

xmkb
ReFil 3 years ago committed by Nick Winans
parent
commit
b877410379
  1. 22
      app/boards/arm/bt60/bt60.dtsi

22
app/boards/arm/bt60/bt60.dtsi

@ -10,7 +10,7 @@
/ { / {
model = "BT60"; model = "BT60";
compatible = "bt60"; compatible = "polarityworks,bt60";
chosen { chosen {
zephyr,code-partition = &code_partition; zephyr,code-partition = &code_partition;
@ -21,20 +21,20 @@
}; };
sensors { sensors {
compatible = "zmk,keymap-sensors"; compatible = "zmk,keymap-sensors";
sensors = <&left_encoder>; sensors = <&left_encoder>;
}; };
left_encoder: encoder_left { left_encoder: encoder_left {
compatible = "alps,ec11"; compatible = "alps,ec11";
label = "LEFT_ENCODER"; label = "LEFT_ENCODER";
a-gpios = <&gpio1 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; a-gpios = <&gpio1 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; b-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
resolution = <4>; resolution = <4>;
status = "okay"; status = "okay";
}; };
leds { leds {

Loading…
Cancel
Save