Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle unaliased fields breaking zmk_combos
Pydantic now returns None for field.alias if it doesn't exist. This breaks `parse_config.zmk_combos` when you use e.g. `draw_separate` which isn't aliased. Fixes #77.
- Loading branch information