forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
fd28eab179
commit
b84436e611
5
app/boards/shields/posix_pro_micro/Kconfig.shield
Normal file
5
app/boards/shields/posix_pro_micro/Kconfig.shield
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_POSIX_PRO_MICRO
|
||||
def_bool $(shields_list_contains,posix_pro_micro)
|
||||
Reference in New Issue
Block a user