mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
* 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.
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
# 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 |