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 committed Sep 6, 2023
1 parent f442776 commit f675ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/seeeduino_xiao_ble.overlay
Expand Up @@ -32,3 +32,6 @@
};
};

&qspi {
status = "disabled";
};

0 comments on commit f675ce7

Please sign in to comment.