fix(config): serde default for CombosConfig.combos#841
Conversation
Without this, a `[behavior.combo]` section that only sets timeout or prior_idle_time (no combos defined) fails to deserialise with "missing configuration field behavior.combo.combos".
Size Report
|
|
Thanks! |
I don't have combos defined in my
keyboard.toml, so without this, a[behavior.combo]section that only sets timeout or prior_idle_time (no combos defined) fails to deserialise with "missing configuration field behavior.combo.combos".