8 lines
230 B
Text
8 lines
230 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_BREEZE_LEFT
|
|
def_bool $(shields_list_contains,breeze_left)
|
|
|
|
config SHIELD_BREEZE_RIGHT
|
|
def_bool $(shields_list_contains,breeze_right)
|