mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
# 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)
|