mmccoyd / zmk-config

ZMK firmware for Hillside ergonomic keyboards
MIT License
12 stars 119 forks source link

Action buld fails #8

Open evgsrkn opened 6 months ago

evgsrkn commented 6 months ago

Hi! Action build fails on west build stage due to error: devicetree error: 'pinctrl-0' is marked as required in 'properties:' in /__w/zmk-config/zmk-config/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml, but does not appear in <Node /soc/spi@40004000 in '/__w/zmk-config/zmk-config/zephyr/misc/empty_file.c'>

EliasSchlie commented 6 months ago

I have the same problem. Even when just using the repository without changing anything the action build doesn't work anymore. A month ago it was still working but now I can't get it to work

caiocampoos commented 6 months ago

https://zmk.dev/blog/2023/04/06/zephyr-3-2#move-to-pinctrl-driver

It was this change that broke the build.

caiocampoos commented 6 months ago

https://github.com/caiocampoos/hillside-zmk-config I tried to fix here but i have zero xp with zmk so if someone want to give a try it will be nice to have it working again

evgsrkn commented 6 months ago

I removed everything related to knobs and RGB lighting from my fork, since I don’t use them and the build passed

krip77 commented 5 months ago

I removed everything related to knobs and RGB lighting from my fork, since I don’t use them and the build passed

How many files did you have to modify? Only from the keymap?