9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_QUEFRENCY_LEFT
|
|
def_bool $(shields_list_contains,quefrency_left)
|
|
|
|
config SHIELD_QUEFRENCY_RIGHT
|
|
def_bool $(shields_list_contains,quefrency_right)
|