Browse Source

fix(shields): Add 'chosen' display node for leeloo, README path fix.

* Update to include 'chosen' node for OLEDs.
* Updated to correct direction of folder separators.
xmkb
ClicketySplit 2 years ago committed by GitHub
parent
commit
9f79cc2c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/boards/shields/leeloo/README.md
  2. 1
      app/boards/shields/leeloo/leeloo.dtsi

4
app/boards/shields/leeloo/README.md

@ -32,8 +32,8 @@ Build command for the default keymap of Leeloo: @@ -32,8 +32,8 @@ Build command for the default keymap of Leeloo:
Build command for your custom keymap of Leeloo:
west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=leeloo_right -DZMK_CONFIG="C:\dev\zmk\[yourNmae]\leeloo\config"
west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=leeloo_left -DZMK_CONFIG="C:\dev\zmk\[yourName]\leeloo\config"
west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=leeloo_right -DZMK_CONFIG="C:/dev/zmk/[yourNmae]/leeloo/config"
west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=leeloo_left -DZMK_CONFIG="C:/dev/zmk/[yourName]/leeloo/config"
# Support
If you have any questions with regards to Leeloo, please [Contact Us](https://clicketysplit.ca/pages/contact-us).

1
app/boards/shields/leeloo/leeloo.dtsi

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
/ {
chosen {
zephyr,display = &oled;
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
};

Loading…
Cancel
Save