feat(setup): Disallow split w/ wired controller.
For now, disallow wired split combination during setup.
This commit is contained in:
parent
8bbbf530a7
commit
6227866e8c
3 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue