8 lines
225 B
Text
8 lines
225 B
Text
# 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)
|