8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_SWWEEEP_LEFT
|
|
def_bool $(shields_list_contains,swweeep_left)
|
|
|
|
config SHIELD_SWWEEEP_RIGHT
|
|
def_bool $(shields_list_contains,swweeep_right) |