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:
Cem Aksoylar 2023-09-05 22:23:44 -07:00
parent f442776fe2
commit f675ce7e74

View file

@ -32,3 +32,6 @@
};
};
&qspi {
status = "disabled";
};