I'm attempting to compile firmware forked from Miryoku ZMK using Github Actions for the Rollow with Nice!Nano v2's. This is my first attempt with both Miryoku and ZMK. Here's my fork: https://github.com/samjolley/miryoku_zmk
My goal is to change the Base layer to the Hands Down Gold layout and keep the rest of the Miryoku layers as is for now, but I keep getting code 1 errors:
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/__w/miryoku_zmk/miryoku_zmk/zmk/app/build -S/__w/miryoku_zmk/miryoku_zmk/zmk/app -GNinja -DBOARD=nice_nano_v2 -DSHIELD=rollow_left -DZMK_CONFIG=/__w/miryoku_zmk/miryoku_zmk/miryoku_zmk/config
Error: Build failed with exit code 1.
Error: Process completed with exit code 1.
I've tried adding Hands Down Gold as an alternative layout in the miryoku_babel miryoku_layer_alternatives.h and miryoku_layer_selection.h files, as well as in custom_config.h
Any help would be greatly appreciated!
Disclaimer: I am not a programmer, but I'm doing my best with reviewing the documentation, Discord searches, etc.