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