forked from rchoc/firmware
fix: i2c being hoisted in the wrong place, missing closing curly #1
1 changed files with 19 additions and 18 deletions
|
|
@ -34,7 +34,9 @@
|
||||||
>;
|
>;
|
||||||
|
|
||||||
};
|
};
|
||||||
&pro_micro_i2c {
|
};
|
||||||
|
|
||||||
|
&pro_micro_i2c {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
oled: ssd1306@3c {
|
oled: ssd1306@3c {
|
||||||
|
|
@ -52,5 +54,4 @@
|
||||||
inversion-on;
|
inversion-on;
|
||||||
prechargep = <0x22>;
|
prechargep = <0x22>;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue