@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.

@jslr I should probably just make it a first class feature by this point but I'm not doing a lot on the app these days so a minimal change would just be allowing either property in the layer dialog and letting the user make the decision.
@nickcoutsos Got it. I didn't understand use of labels vs display-names might be branch dependent! Minimal update makes sense— honestly, the editor works so well as is, I'm just happy it exists... ;)