mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-21 15:25:42 +02:00
Compare commits
2 Commits
9098e1e140
...
4421d2eabb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4421d2eabb | ||
|
|
0331b7d16e |
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [0.4.0](https://github.com/zmkfirmware/zmk/compare/v0.3.0...v0.4.0) (2026-03-31)
|
||||
## [0.4.0](https://github.com/zmkfirmware/zmk/compare/v0.3.0...v0.4.0) (2026-04-15)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
@@ -41,6 +41,7 @@
|
||||
* **behaviors:** correctly handle sensor rotation remainder ([#3084](https://github.com/zmkfirmware/zmk/issues/3084)) ([958fa78](https://github.com/zmkfirmware/zmk/commit/958fa788067e18c2228d016fcd826000bb8f0320))
|
||||
* **boards:** Add xiao_ble sd_partition label for nosd snippet compat ([c06fa48](https://github.com/zmkfirmware/zmk/commit/c06fa48ce59e016105d79c20942d085314502d8d))
|
||||
* **boards:** Fix pillbug board.yml to report extension ([a23aa00](https://github.com/zmkfirmware/zmk/commit/a23aa009d7a07d67fe5609caca7372e16610f238))
|
||||
* **boards:** Properly note ZMK compat for xiao_rp2040/zmk variant ([#3326](https://github.com/zmkfirmware/zmk/issues/3326)) ([0331b7d](https://github.com/zmkfirmware/zmk/commit/0331b7d16e80954b807917f9323e59ffc1e3b626))
|
||||
* **boards:** Remove nano overlays for old nice_nano_v2 board ID. ([c06fa48](https://github.com/zmkfirmware/zmk/commit/c06fa48ce59e016105d79c20942d085314502d8d))
|
||||
* **boards:** Remove some references to old nice_nano_v2 board ID. ([c06fa48](https://github.com/zmkfirmware/zmk/commit/c06fa48ce59e016105d79c20942d085314502d8d))
|
||||
* **boards:** Retore bootloader support on XIAO BLE. ([c06fa48](https://github.com/zmkfirmware/zmk/commit/c06fa48ce59e016105d79c20942d085314502d8d))
|
||||
|
||||
10
app/boards/seeed/xiao_rp2040/Kconfig.xiao_rp2040
Normal file
10
app/boards/seeed/xiao_rp2040/Kconfig.xiao_rp2040
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2026 Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_XIAO_RP2040
|
||||
select ZMK_BOARD_COMPAT if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||
imply RETAINED_MEM if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||
imply RETENTION if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||
imply RETENTION_BOOT_MODE if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user