2021-01-02 09:37:34 +11:00
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
2020-11-06 07:45:26 +11:00
|
|
|
# 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)
|