Added new KM animation

This commit is contained in:
KeebMaker 2026-06-19 18:27:31 -06:00
parent 5ef9ae6600
commit 8e65c3e2b6
4 changed files with 16 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,6 @@
# Copyright (c) 2020 Ryan Cross # Copyright (c) 2020 Ryan Cross
# SPDX-License-Identifier: MIT # 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

View file

@ -8,6 +8,9 @@ manifest:
# nice_oled - nice_epaper - dongle_display!view - oled Adapter # nice_oled - nice_epaper - dongle_display!view - oled Adapter
- name: mctechnology17 - name: mctechnology17
url-base: https://github.com/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: projects:
# Pinned to v0.3.0 instead of `main`: ZMK main tracks Zephyr 4.1, whose # 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 # board-model rewrite renamed `nice_nano_v2` (now `nice_nano//zmk`) and
@ -21,10 +24,10 @@ manifest:
- name: zmk-dongle-display - name: zmk-dongle-display
remote: englmaxi remote: englmaxi
revision: v0.3 revision: v0.3
# nice_oled - nice_epaper # nice_oled - nice_epaper (fork with custom KM medal animation)
- name: zmk-nice-oled - name: zmk-nice-oled
remote: mctechnology17 remote: KeebMaker
revision: main revision: km-medal-animation
# dongle_display!view # dongle_display!view
- name: zmk-dongle-display-view - name: zmk-dongle-display-view
remote: mctechnology17 remote: mctechnology17