Skip to content

Commit

Permalink
fix(boards): BT60 Formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil authored and Nicell committed Nov 30, 2021
1 parent 99c5a8e commit b877410
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/boards/arm/bt60/bt60.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/ {
model = "BT60";
compatible = "bt60";
compatible = "polarityworks,bt60";

chosen {
zephyr,code-partition = &code_partition;
Expand All @@ -21,20 +21,20 @@
};

sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder>;
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder>;
};



left_encoder: encoder_left {
compatible = "alps,ec11";
label = "LEFT_ENCODER";
a-gpios = <&gpio1 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
resolution = <4>;
status = "okay";
};
left_encoder: encoder_left {
compatible = "alps,ec11";
label = "LEFT_ENCODER";
a-gpios = <&gpio1 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
resolution = <4>;
status = "okay";
};


leds {
Expand Down

0 comments on commit b877410

Please sign in to comment.