Skip to content

Commit

Permalink
Add bongo
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Oct 4, 2024
1 parent ea10e61 commit ed108ce
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions config/boards/shields/sweeple/sweeple_dongle.overlay
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
#include "sweeple.dtsi"

/ {
chosen {
zephyr,display = &oled;
};
chosen {
zmk,kscan = &mock_kscan;
zephyr,display = &oled;
};

mock_kscan: kscan_1 {
compatible = "zmk,kscan-mock";
columns = <0>;
rows = <0>;
events = <0>;
};
};

/delete-node/ &kscan0; // only required if the dongle uses a
// different board than the peripherals

&pro_micro_i2c {
status = "okay";
oled: ssd1306@3c {
Expand Down

0 comments on commit ed108ce

Please sign in to comment.