urob / zmk-config

Personal ZMK firmware configuration for various boards (34-keys, Corneish Zen, Planck)
635 stars 303 forks source link

[qwerty] fork not building #16

Closed Halem998 closed 1 year ago

Halem998 commented 1 year ago

I'm sorry as this is the upteenth issue I'm posting.

I've created a repo and basically imported your files. Then I made minor changes to the layout [qwerty].

When trying to build, the files I modified (360) cannot be built and I get an error message.

Screenshot 2023-06-26 at 14 18 15

Is this a syntax error or is there anything specific I'm doing wrong?

PS: The action also builds the stuff for the other keyboard although I've deleted the respective files from the repo ...

Thanks again

Halem998 commented 1 year ago

This is the file I modified:

https://github.com/tjallemaal/zmk-config/blob/main/config/base.keymap

urob commented 1 year ago

; is not a valid keycode. See here for a full list of keycodes https://zmk.dev/docs/codes.

Re: why are the other boards building, see my answer to your other issue. You have to exclude them from the build.yaml file.

Halem998 commented 1 year ago

omg; i finally got it working thank you so much! this is what i dreamt of !!!!