Skip to content

Commit

Permalink
update mikoto board defs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Mar 11, 2024
1 parent bff6bb4 commit efa9134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/boards/arm/mikoto/mikoto_7_1_0.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CONFIG_I2C=y
CONFIG_MAX17048=y
CONFIG_ZMK_MAX17048=y
3 changes: 1 addition & 2 deletions app/boards/arm/mikoto/mikoto_7_1_0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
pinctrl-names = "default", "sleep";

builtin_fuel_gauge: max17048@36 {
compatible = "maxim,max17048";
compatible = "zmk,maxim-max17048";
status = "okay";
label = "max17048";
reg = <0x36>;
};
};
Expand Down

0 comments on commit efa9134

Please sign in to comment.