80b01c7265
The shorter name is more user-friendly.
8 lines
219 B
Text
8 lines
219 B
Text
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_A_DUX_LEFT
|
|
def_bool $(shields_list_contains,a_dux_left)
|
|
|
|
config SHIELD_A_DUX_RIGHT
|
|
def_bool $(shields_list_contains,a_dux_right)
|