forked from kofal.net/zmk
fix(boards): BT60 Formatting tweaks
This commit is contained in:
@@ -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;
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)>;
|
||||||
|
|||||||
Reference in New Issue
Block a user