mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 05:55:18 -05:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_CRADIO_LEFT
|
|
def_bool $(shields_list_contains,cradio_left)
|
|
|
|
config SHIELD_CRADIO_RIGHT
|
|
def_bool $(shields_list_contains,cradio_right)
|