Switch to my own fork of zmk-oled

This commit is contained in:
2025-05-14 13:19:56 -04:00
parent 3daee45290
commit ee3bd9a978
2 changed files with 7 additions and 1 deletions

View File

@@ -16,3 +16,7 @@ CONFIG_ZMK_RGB_UNDERGLOW=y
# By default toggling the underglow on and off also toggles external power # By default toggling the underglow on and off also toggles external power
# on and off. This also causes the display to turn off. # on and off. This also causes the display to turn off.
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n 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

View File

@@ -6,6 +6,8 @@ manifest:
url-base: https://github.com/mctechnology17 url-base: https://github.com/mctechnology17
- name: whoop-t - name: whoop-t
url-base: https://github.com/whoop-t url-base: https://github.com/whoop-t
- name: averymd
url-base: https://github.com/averymd
projects: projects:
- name: zmk - name: zmk
remote: zmkfirmware remote: zmkfirmware
@@ -15,7 +17,7 @@ manifest:
remote: whoop-t remote: whoop-t
revision: main revision: main
- name: zmk-nice-oled - name: zmk-nice-oled
remote: mctechnology17 remote: averymd
revision: main revision: main
self: self:
path: config path: config