fix(boards): Disable QSPI for Xiao BLE
The GD25Q16 flash connected via QSPI seems to be causing issues with excessive battery use and inability to sleep. Since ZMK doesn't use it, disable it. Resolves #1901
This commit is contained in:
parent
f442776fe2
commit
7f9e9f8c64
1 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&qspi {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue