Skip to content

Commit

Permalink
nice view gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hype08 committed Jan 30, 2025
1 parent 5d08d66 commit 54bea14
Show file tree
Hide file tree
Showing 3 changed files with 9 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,7 +14,7 @@
---
include:
- board: nice_nano_v2
shield: corne_left nice_view_adapter nice_view
shield: corne_left nice_view_adapter nice_view_gem
snippet: studio-rpc-usb-uart
- board: nice_nano_v2
shield: corne_right nice_view_adapter nice_view
shield: corne_right nice_view_adapter nice_view_gem
2 changes: 2 additions & 0 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10

# Enable ZMK Studio for Realtime Keymap Updates
CONFIG_ZMK_STUDIO=y
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
CONFIG_NICE_VIEW_GEM_ANIMATION_MS=96000
CONFIG_ZMK_STUDIO_LOCKING=n

# Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use)
Expand Down
5 changes: 5 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: m165437
url-base: https://github.com/M165437
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: nice-view-gem
remote: m165437
revision: main
self:
path: config

0 comments on commit 54bea14

Please sign in to comment.