blob: 11766113ab005af2e35e35d6a7aef477fd2c7663 (
plain)
| 1
2
3
4
5
6
7
8
 | # Copyright (c) 2020  The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_JORNE_LEFT
	def_bool $(shields_list_contains,jorne_left)
config SHIELD_JORNE_RIGHT
	def_bool $(shields_list_contains,jorne_right)
 |