From ac96bf1cae0e94fb18f0f0ed4bae1640a1c8d662 Mon Sep 17 00:00:00 2001 From: Melissa Avery-Weir Date: Wed, 7 May 2025 13:22:16 -0400 Subject: [PATCH] Can I flash the oled? --- build.yaml | 4 ++-- config/sofle.conf | 1 + config/west.yml | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index ffe2bc1..7c70025 100644 --- a/build.yaml +++ b/build.yaml @@ -14,10 +14,10 @@ --- include: - board: nice_nano_v2 - shield: sofle_left + shield: sofle_left nice_oled snippet: studio-rpc-usb-uart cmake-args: -DCONFIG_ZMK_STUDIO=y - board: nice_nano_v2 - shield: sofle_right + shield: sofle_right nice_oled - board: nice_nano_v2 shield: settings_reset diff --git a/config/sofle.conf b/config/sofle.conf index eb9104e..17b6505 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -3,6 +3,7 @@ # Uncomment the following line to enable the Sofle OLED Display CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y # Uncomment these two lines to add support for encoders CONFIG_EC11=y diff --git a/config/west.yml b/config/west.yml index 379d291..52b4a13 100644 --- a/config/west.yml +++ b/config/west.yml @@ -2,10 +2,15 @@ manifest: remotes: - name: zmkfirmware url-base: https://github.com/zmkfirmware + - name: mctechnology17 + url-base: https://github.com/mctechnology17 projects: - name: zmk remote: zmkfirmware revision: main import: app/west.yml + - name: zmk-nice-oled + remote: mctechnology17 + revision: main self: path: config