blob: 5b874f0367cee99be32ab182b0328dd91d4089f8 (
plain)
| 1
2
3
4
5
6
7
8
 | # Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_JIAN_LEFT
	def_bool $(shields_list_contains,jian_left)
config SHIELD_JIAN_RIGHT
	def_bool $(shields_list_contains,jian_right)
 |