I got a new corne build and this time I opted for the nice!views. I'm trying to add it into my existing firmware but struggling to get them to work. So far I have edited my build.yaml to include the following:
include:
- board: nice_nano_v2
shield: corne_left nice_view
- board: nice_nano_v2
shield: corne_right nice_view
and in my corne.conf I've uncommented the CONFIG_ZMK_DISPLAY=y as well as added a few additional widgets from the zmk docs.
When I push to github I get a failure in the West Build section.
The error is as follows:
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.U3NWT1sNjc -GNinja -DBOARD=nice_nano_v2 -DZMK_CONFIG=/tmp/zmk-config/config '-DSHIELD=corne_right nice_view' -DZMK_EXTRA_MODULES=/__w/zmk-config/zmk-config -S/tmp/zmk-config/zmk/app
What am I missing?