9 lines
223 B
Plaintext
9 lines
223 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)
|