urob / zmk-helpers

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

Add support for dynamic macros #13

Closed theol0403 closed 1 year ago

theol0403 commented 1 year ago

This adds the proposed definition from https://github.com/zmkfirmware/zmk/pull/1351

theol0403 commented 1 year ago

Apologies, this does not work yet - I forgot the dynamic macros must be nested inside the macros node.

theol0403 commented 1 year ago

Looks like ZMK doesn't actually care where the behaviour belongs. In that case, I tested this to work.

urob commented 1 year ago

Thanks, merged