Fork of https://github.com/M165437/nice-view-gem that adds Adventure Time images
In your ZMK firmware, add the following:
Add remote to west.yaml
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: whoop-t #new entry
url-base: https://github.com/whoop-t #new entry
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: nice-adventure-time #new entry
remote: whoop-t #new entry
revision: main #new entry
self:
path: config
Add this module to build.yaml
(this is for corne, but change for your keyboard if needed)
include:
- board: nice_nano_v2
shield: corne_left nice_view_adapter nice_adventure_time #update entry
- board: nice_nano_v2
shield: corne_right nice_view_adapter nice_adventure_time #update entry
Also make sure to enable the custom status screen in your ZMK configuration, this would be your keyboards .conf file in the config directory:
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
https://github.com/M165437/nice-view-gem