8 lines
223 B
Text
8 lines
223 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_LEELOO_LEFT
|
|
def_bool $(shields_list_contains,leeloo_left)
|
|
|
|
config SHIELD_LEELOO_RIGHT
|
|
def_bool $(shields_list_contains,leeloo_right)
|