From 8e65c3e2b6c75500f62bdeeabd7e3844a5e77167 Mon Sep 17 00:00:00 2001 From: KeebMaker Date: Fri, 19 Jun 2026 18:27:31 -0600 Subject: [PATCH] Added new KM animation --- boards/shields/corne/corne_right.conf | 3 +++ boards/shields/lily58/lily58_right.conf | 4 +++- boards/shields/sofle/sofle_right.conf | 4 ++++ config/west.yml | 9 ++++++--- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/boards/shields/corne/corne_right.conf b/boards/shields/corne/corne_right.conf index e69de29..8480cd2 100644 --- a/boards/shields/corne/corne_right.conf +++ b/boards/shields/corne/corne_right.conf @@ -0,0 +1,3 @@ +# Right OLED: rotating "KM" medal animation instead of the default cat +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y diff --git a/boards/shields/lily58/lily58_right.conf b/boards/shields/lily58/lily58_right.conf index 8b13789..8480cd2 100644 --- a/boards/shields/lily58/lily58_right.conf +++ b/boards/shields/lily58/lily58_right.conf @@ -1 +1,3 @@ - +# Right OLED: rotating "KM" medal animation instead of the default cat +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y diff --git a/boards/shields/sofle/sofle_right.conf b/boards/shields/sofle/sofle_right.conf index e813720..098774f 100644 --- a/boards/shields/sofle/sofle_right.conf +++ b/boards/shields/sofle/sofle_right.conf @@ -1,2 +1,6 @@ # Copyright (c) 2020 Ryan Cross # SPDX-License-Identifier: MIT + +# Right OLED: rotating "KM" medal animation instead of the default cat +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_CAT=n +CONFIG_NICE_OLED_WIDGET_ANIMATION_PERIPHERAL_KM=y diff --git a/config/west.yml b/config/west.yml index c587dc7..1c4f319 100644 --- a/config/west.yml +++ b/config/west.yml @@ -8,6 +8,9 @@ manifest: # nice_oled - nice_epaper - dongle_display!view - oled Adapter - name: mctechnology17 url-base: https://github.com/mctechnology17 + # fork of zmk-nice-oled with custom KM medal animation + - name: KeebMaker + url-base: https://github.com/KeebMaker projects: # Pinned to v0.3.0 instead of `main`: ZMK main tracks Zephyr 4.1, whose # board-model rewrite renamed `nice_nano_v2` (now `nice_nano//zmk`) and @@ -21,10 +24,10 @@ manifest: - name: zmk-dongle-display remote: englmaxi revision: v0.3 - # nice_oled - nice_epaper + # nice_oled - nice_epaper (fork with custom KM medal animation) - name: zmk-nice-oled - remote: mctechnology17 - revision: main + remote: KeebMaker + revision: km-medal-animation # dongle_display!view - name: zmk-dongle-display-view remote: mctechnology17