8 lines
225 B
Text
8 lines
225 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_TOTEM_LEFT
|
|
def_bool $(shields_list_contains,totem_left)
|
|
|
|
config SHIELD_TOTEM_RIGHT
|
|
def_bool $(shields_list_contains,totem_right)
|