Skip to content

Commit

Permalink
update zmk.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuolemax authored Apr 6, 2023
1 parent 0bbfabe commit 1297795
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions config/boards/shields/swoop/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ endif # ZMK_DISPLAY

if LVGL

config LVGL_VDB_SIZE
config LV_Z_VDB_SIZE
default 64

config LVGL_DPI
config LV_Z_DPI
default 148

config LVGL_BITS_PER_PIXEL
config LV_Z_BITS_PER_PIXEL
default 1

choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
choice LV_Z_COLOR_DEPTH
default LV_COLOR_DEPTH_1
endchoice

endif # LVGL
Expand Down
8 changes: 4 additions & 4 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ manifest:
url-base: https://github.com/petejohanson
projects:
- name: zmk
# remote: zmkfirmware
# revision: main
remote: zmkfirmware
revision: main
# remote: zephyr-3
# revision: zephyr/3.1-upgrade
remote: kuolemax
revision: encoder-fix
# remote: kuolemax
# revision: encoder-fix
import: app/west.yml
self:
path: config

0 comments on commit 1297795

Please sign in to comment.