Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tharj committed Dec 20, 2024
1 parent bb6290a commit b2fb87f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 21 deletions.
2 changes: 0 additions & 2 deletions config/boards/shields/klor/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if ZMK_DISPLAY

endif # ZMK_DISPLAY



if LVGL

config LV_Z_VDB_SIZE
Expand Down
20 changes: 1 addition & 19 deletions config/boards/shields/klor/klor_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,4 @@
};

// TODO: RGB node(s)
};

&pro_micro_i2c {
status = "okay";

oled: ssd1306@3c {
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
label = "DISPLAY";
width = <128>;
height = <64>;
segment-offset = <0>;
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <63>;
prechargep = <0x22>;
inversion-on;
};
};
};
18 changes: 18 additions & 0 deletions config/boards/shields/klor/klor_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,22 @@

&left_encoder {
status = "okay";
};

&pro_micro_i2c {
status = "okay";

oled: ssd1306@3c {
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
label = "DISPLAY";
width = <128>;
height = <64>;
segment-offset = <0>;
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <63>;
prechargep = <0x22>;
inversion-on;
};
};
18 changes: 18 additions & 0 deletions config/boards/shields/klor/klor_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,22 @@

&right_encoder {
status = "okay";
};

&pro_micro_i2c {
status = "okay";

oled: ssd1306@3c {
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
label = "DISPLAY";
width = <128>;
height = <64>;
segment-offset = <0>;
page-offset = <0>;
display-offset = <0>;
multiplex-ratio = <63>;
prechargep = <0x22>;
inversion-on;
};
};

0 comments on commit b2fb87f

Please sign in to comment.