From b8774103798fb24b07b8987ccb89ef9b2cb892d4 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Sun, 28 Nov 2021 22:31:10 +0000 Subject: [PATCH] fix(boards): BT60 Formatting tweaks --- app/boards/arm/bt60/bt60.dtsi | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/boards/arm/bt60/bt60.dtsi b/app/boards/arm/bt60/bt60.dtsi index 48e4128b..d5109e76 100644 --- a/app/boards/arm/bt60/bt60.dtsi +++ b/app/boards/arm/bt60/bt60.dtsi @@ -10,7 +10,7 @@ / { model = "BT60"; - compatible = "bt60"; + compatible = "polarityworks,bt60"; chosen { zephyr,code-partition = &code_partition; @@ -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 {