Skip to content

Commit

Permalink
fix(boards): Disable QSPI for Xiao BLE
Browse files Browse the repository at this point in the history
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 zmkfirmware#1901
  • Loading branch information
caksoylar authored and petejohanson committed Sep 6, 2023
1 parent f442776 commit 7f9e9f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/seeeduino_xiao_ble.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
};
};

&qspi {
status = "disabled";
};

0 comments on commit 7f9e9f8

Please sign in to comment.