mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-15 17:46:58 -05:00
fix(boards): Properly note ZMK compat for xiao_rp2040/zmk variant (#3326)
Add missing board Kconfig file for properly noting ZMK board compat and enabling boot mode retention for the `xiao_rp2040//zmk` board variant.
This commit is contained in:
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