forked from kofal.net/zmk
feat(boards): Add posix MiniVan studio tester
* New shield to easily test studio using the `native_posix_64` board.
This commit is contained in:
committed by
Pete Johanson
parent
c8c19598a7
commit
d77e400eb9
9
app/boards/shields/minivan_studio_tester/Kconfig.shield
Normal file
9
app/boards/shields/minivan_studio_tester/Kconfig.shield
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_MINIVAN_STUDIO_TESTER
|
||||
def_bool $(shields_list_contains,minivan_studio_tester)
|
||||
select ZMK_STUDIO
|
||||
select UART_NATIVE_POSIX_PORT_1_ENABLE
|
||||
select CBPRINTF_LIBC_SUBSTS
|
||||
select ZMK_STUDIO_TRANSPORT_UART
|
||||
Reference in New Issue
Block a user