forked from kofal.net/zmk
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:
@@ -18,6 +18,10 @@
|
||||
};
|
||||
|
||||
/ {
|
||||
combos {
|
||||
compatible = "zmk,combos";
|
||||
};
|
||||
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
label ="Default keymap";
|
||||
|
||||
Reference in New Issue
Block a user