9 lines
220 B
Text
9 lines
220 B
Text
|
# 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)
|