fix(combos): Properly report combos len with emply block (#2739)

Handle the scenario where there is an empty combos block and return
a zero combos length.
This commit is contained in:
Pete Johanson 2025-01-01 16:14:53 -07:00 committed by GitHub
parent 85aba16eec
commit f0a77b888a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -18,6 +18,10 @@
};
/ {
combos {
compatible = "zmk,combos";
};
keymap {
compatible = "zmk,keymap";
label ="Default keymap";