mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
# Copyright (c) 2020 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)
|