2022-03-14 17:45:23 +11:00
|
|
|
# Copyright (c) 2022 The ZMK Contributors
|
2022-03-09 16:30:30 +11:00
|
|
|
# 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)
|