Skip to content

Commit

Permalink
Merge pull request #1 from mleibowitz/nice-view-slideshow
Browse files Browse the repository at this point in the history
image slideshow for the right half
  • Loading branch information
mleibowitz authored Oct 9, 2024
2 parents 4517ae2 + 2992b17 commit 95aec54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ include:
- board: nice_nano_v2
shield: corne_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: corne_right nice_view_adapter nice_view
shield: corne_right nice_view_adapter nice_view_custom
4 changes: 4 additions & 0 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_WPM_STATUS=n

# Total duration of the image slideshow for the right OLED display
CONFIG_CUSTOM_ANIMATION_SPEED=1800000 # 30 minutes
# 30 pictures, 60 seconds each

CONFIG_ZMK_KEYBOARD_NAME="leibz_chocofi"
7 changes: 5 additions & 2 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
# Additional modules containing boards/shields/custom code can be listed here as well
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
- name: gpeye
url-base: https://github.com/GPeye
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: hammerbeam-slideshow
remote: gpeye
revision: main
self:
path: config

0 comments on commit 95aec54

Please sign in to comment.