Skip to content

Commit

Permalink
Move oled chosen to left.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 13, 2024
1 parent c5406ac commit f5253d0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
28 changes: 13 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/boards/shields/wyld_dm/wyld_dm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zephyr,display = &oled;
zmk,underglow = &led_strip;
};

Expand Down
6 changes: 3 additions & 3 deletions config/boards/shields/wyld_dm/wyld_dm.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
compatible = "zmk,keymap";

default_layer {
display-name = "QWERTY";
// display-name = "QWERTY";

bindings = <
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
Expand All @@ -37,7 +37,7 @@
};

lower_layer {
display-name = "LOWER";
// display-name = "LOWER";

bindings = <
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &out OUT_BLE &out OUT_USB &trans &trans &trans &trans
Expand All @@ -53,7 +53,7 @@
};

raise_layer {
display-name = "RAISE";
// display-name = "RAISE";

bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
Expand Down
5 changes: 5 additions & 0 deletions config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

#include "wyld_dm.dtsi"

/ {
chosen {
zephyr,display = &oled;
};
};

&kscan0 {
col-gpios
Expand Down

0 comments on commit f5253d0

Please sign in to comment.