blob: 6058f29084a1d5f86540445ab2caea2eb469036f (
plain)
1
2
3
4
5
6
7
8
|
# 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)
|