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 osmakari committed Sep 14, 2023
1 parent 245c984 commit c3c01ce
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 c3c01ce

Please sign in to comment.