mirror of
https://github.com/ClaytonWWilson/zmk-config.git
synced 2025-12-15 11:38:46 +00: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)
|