#[Solved] Custom keyboard wont built after trying to follow Corne file structure

1 messages · Page 1 of 1 (latest)

nova pebble
#

Hi there,

I have tried to modify the Corne file structure for my very similar mechanical keyboard, a split wireless keyboard using nice nano v2 and 4x6 layout per half.

My problem: I wont build and the error it gives me is a parse error that i have a hard time tracking down. I have tried to look through the documentation with no luck. Does anyone have an idea of what might be the problem?

Any help is appreciated!

My repo:
https://github.com/froggernator/zmk-config-nicetry/tree/main/boards/shields/nicetry

The Corne structure that i was trying to copy:
https://github.com/zmkfirmware/zmk/tree/main/app/boards/shields/corne

GitHub

Contribute to froggernator/zmk-config-nicetry development by creating an account on GitHub.

GitHub

ZMK Firmware Repository. Contribute to zmkfirmware/zmk development by creating an account on GitHub.

broken panther
#

!new_shield

broken panther
#

!troubleshooting if nothing in the above link helps, have a look at building issues here

distant groveBOT
ivory willow
#

Missing a }; at the end of nicetry.dtsi

nova pebble
#

nicely spottet, i just corrected it ... but now it just gave me a 5k line build log with an error in it 😵‍💫

ivory willow
#

Probably because the matrix transform is defined but not assigned to anything (so missing matrix transform)

nova pebble
#

Alright, ill try that, thank you!