blob: 7c1691d37663125dc84abfabf69b0818440a983b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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)
|