From ee3bd9a9787fd5c5e7bbc5da741f542f1819ba24 Mon Sep 17 00:00:00 2001 From: Melissa Avery-Weir Date: Wed, 14 May 2025 13:19:56 -0400 Subject: [PATCH] Switch to my own fork of zmk-oled --- config/sofle.conf | 4 ++++ config/west.yml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/sofle.conf b/config/sofle.conf index 17b6505..790d0d5 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -16,3 +16,7 @@ CONFIG_ZMK_RGB_UNDERGLOW=y # By default toggling the underglow on and off also toggles external power # on and off. This also causes the display to turn off. CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n + +CONFIG_NICE_OLED_GRAPH_AND_NEEDLE_WPM_FIXED_RANGE=n +# Deactivate numlock behavior +CONFIG_NICE_OLED_WIDGET_HID_INDICATORS_LUNA_ONLY_CAPSLOCK=y \ No newline at end of file diff --git a/config/west.yml b/config/west.yml index f96487f..afe7ba8 100644 --- a/config/west.yml +++ b/config/west.yml @@ -6,6 +6,8 @@ manifest: url-base: https://github.com/mctechnology17 - name: whoop-t url-base: https://github.com/whoop-t + - name: averymd + url-base: https://github.com/averymd projects: - name: zmk remote: zmkfirmware @@ -15,7 +17,7 @@ manifest: remote: whoop-t revision: main - name: zmk-nice-oled - remote: mctechnology17 + remote: averymd revision: main self: path: config