blob: a86dd154cffb57e76fd16135e1246adfeeb54a3f (
plain)
1
2
3
4
5
6
7
8
|
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_SWEEP_LEFT
def_bool $(shields_list_contains,sweep_left)
config SHIELD_SWEEP_RIGHT
def_bool $(shields_list_contains,sweep_right)
|