added xiao dongle support

This commit is contained in:
Darren Victoriano
2025-01-29 22:02:55 -08:00
parent b564d753ea
commit f7f013ef5e
16 changed files with 385 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
config SHIELD_CORNE_LEFT
def_bool $(shields_list_contains,corne_left)
config SHIELD_CORNE_RIGHT
def_bool $(shields_list_contains,corne_right)
config SHIELD_CORNE_DONGLE
def_bool $(shields_list_contains,corne_dongle)
config SHIELD_CORNE_PERIPHERAL_LEFT
def_bool $(shields_list_contains,corne_peripheral_left)