Skip to content

Commit

Permalink
Integrate nice-view-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
duckyb committed Feb 11, 2025
1 parent f245eb2 commit 25e01f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
---
include:
- board: nice_nano_v2
shield: urchin_left nice_view_adapter nice_view
shield: urchin_left nice_view_adapter nice_view_gem
- board: nice_nano_v2
shield: urchin_right nice_view_adapter nice_view
shield: urchin_right nice_view_adapter nice_view_gem
- board: nice_nano_v2
shield: settings_reset
3 changes: 3 additions & 0 deletions config/urchin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
CONFIG_ZMK_WIDGET_WPM_STATUS=n
# display battery as n%
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
# custom status screen (nice-view-gem)
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
6 changes: 6 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ manifest:
# kyek / duckyb
- name: duckyb
url-base: https://github.com/duckyb
# nice-view-gem
- name: m165437
url-base: https://github.com/M165437
projects:
- name: zmk
remote: zmkfirmware
Expand All @@ -17,5 +20,8 @@ manifest:
- name: urchin-zmk-module
remote: duckyb
revision: main
- name: nice-view-gem
remote: m165437
revision: main
self:
path: config

0 comments on commit 25e01f9

Please sign in to comment.