forked from kofal.net/zmk
feat(setup): Disallow split w/ wired controller.
For now, disallow wired split combination during setup.
This commit is contained in:
committed by
Pete Johanson
parent
8bbbf530a7
commit
6227866e8c
@@ -30,6 +30,7 @@ function generateSetupScripts() {
|
||||
if (item.features?.includes("keys")) {
|
||||
agg.keyboards.push(item);
|
||||
} else {
|
||||
item.usb_only = !item.outputs?.includes("ble");
|
||||
agg.boards.push(item);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user