blob: 88fd4e5ad969c61ea55f6710e822c487b2e63267 (
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)
 |