@nickcoutsos 👋 Hey Nick! Hope you're doing well. Quick one: I revamped my main keymap with the editor. All works well, but for one thing: I renamed my layers, and the old identifiers persist in the "layers" dropdown for combos. Looks like that dropdown draws on "display-name" which isn't editable in Keymap Editor? Not a biggie, just wondered if that's a known thing, or if there's something I'm overlooking elsewhere. 🤓
@jslr Ahh, yeah... display-name is one of those things I only half implemented to avoid forcing everybody onto a feature if they weren't on a ZMK branch where its supported.
There are parts of the app where I'll reference either `display-name` or `label` based on what's already there, but I couldn't assume support if the user hadn't already used the former.