From 58e6bca3de8e91a1cc7d698d1b9863b097a34587 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 22 Feb 2025 22:51:24 -0500 Subject: [PATCH] add custom display module --- build.yaml | 6 ++++-- config/corne.conf | 5 +++++ config/west.yml | 6 ++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index f5997ab..6ad1663 100644 --- a/build.yaml +++ b/build.yaml @@ -14,9 +14,11 @@ --- include: - board: nice_nano_v2 - shield: corne_left nice_view_adapter nice_view + shield: corne_left nice_view_adapter nice_view_gem + # 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 + shield: corne_right nice_view_adapter nice_view_gem # - board: planck_rev6 # - board: corneish_zen_v2_left # - board: corneish_zen_v2_right diff --git a/config/corne.conf b/config/corne.conf index f80bccc..df4f25c 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -17,3 +17,8 @@ CONFIG_ZMK_POINTING=y # bluetooth tweaks CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# required for custom status screen +CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y +CONFIG_NICE_VIEW_GEM_WPM_FIXED_RANGE_MAX=125 diff --git a/config/west.yml b/config/west.yml index 57a0045..948fc0c 100644 --- a/config/west.yml +++ b/config/west.yml @@ -26,6 +26,8 @@ manifest: url-base: https://github.com/urob - name: zmkfirmware url-base: https://github.com/zmkfirmware + - name: ficcdaf + url-base: https://github.com/ficcdaf projects: # This is vanilla ZMK - just using my remote to pin the current state of main, @@ -46,6 +48,10 @@ manifest: path: modules/zmk/leader-key - name: zmk-tri-state path: modules/zmk/tri-state + - name: nice-view-gem + remote: ficcdaf + path: modules/zmk/nice-view-gem + revision: main # Temporarily overload Zephyr until # https://github.com/zmkfirmware/zephyr/pull/40 is merged.