feat(boards): Add posix MiniVan studio tester
* New shield to easily test studio using the `native_posix_64` board.
This commit is contained in:
parent
c8c19598a7
commit
d77e400eb9
5 changed files with 413 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue