feat: Add posix_pro_micro and posix_seeed_xiao shields
* Make it easier to test native builds of our shields by adding `posix_pro_micro` and `posix_seeed_xiao` so you can build posix target of, e.g. `corne_left` for testing ZMK Studio.
This commit is contained in:
parent
fd28eab179
commit
b84436e611
7 changed files with 119 additions and 1 deletions
9
app/boards/shields/posix_seeed_xiao/Kconfig.defconfig
Normal file
9
app/boards/shields/posix_seeed_xiao/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_POSIX_SEEED_XIAO
|
||||
|
||||
config ZMK_STUDIO
|
||||
select UART_NATIVE_POSIX_PORT_1_ENABLE
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue