-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't generate cradio layout for default keymap #12
Comments
Same. Probably some issue with the parser. |
Sorry for the delay, It's in part related to #14 but also the Home rows, as @sqdrck said, the parser is broken. I'll fix it as soon as I can Diving deeper into the issue, it isn't the |
have you looked into treesitter? there is a devicetree grammar already, can maybe reuse the treesitter parser? |
I'm not sure if it needs another ticket, but it's an issue with define as well: I've got this line when I change the line to |
Hi,
I'm trying to generate layout for Cradio with default keymap.
I downloaded default keymap from https://github.com/zmkfirmware/zmk/blob/main/app/boards/shields/cradio/cradio.keymap
and I try to generate layout with
zmk-viewer generate cradio -f ./cradio.keymap
I get
error and empty layout (same like without
-f
flag).Am I doing something wrong or is it problem with keymap file?
The text was updated successfully, but these errors were encountered: