add custom display module

This commit is contained in:
Daniel Fichtinger 2025-02-22 22:51:24 -05:00
parent fb4fbb438f
commit 58e6bca3de
3 changed files with 15 additions and 2 deletions

View file

@ -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

View file

@ -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.