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 committed by Pete Johanson
parent f442776fe2
commit 7f9e9f8c64

View File

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