urob / zmk-helpers

Convenience macros simplifying ZMK's keymap configuration
MIT License
235 stars 79 forks source link

error unicode macro #24

Closed tjallemaal closed 1 year ago

tjallemaal commented 1 year ago

When I try to write unicode macros, I get this error during the update: macro "ZMK_UNICODE_PAIR" requires 9 arguments, but ...

what's wrong here? I can't figure it out ... thx

Screenshot 2023-08-22 at 09 05 59
urob commented 1 year ago

You are missing a comma between N1 and E.

tjallemaal commented 1 year ago

I'm really stupid. I looked a thousand times sorry about that ...

tjallemaal commented 1 year ago
Screenshot 2023-08-22 at 19 23 51

I get a new error which I don't understand the cause of ...

tjallemaal commented 1 year ago

maybe because I added a column to the layer?

Screenshot 2023-08-22 at 19 27 01