* Add Leeloo v2 * Leeloo-Micro v1 updates to support Zephyr 3.2 * Refactored for new Encoder Configuration Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
13 lines
No EOL
351 B
Text
13 lines
No EOL
351 B
Text
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_LEELOO_MICRO
|
|
bool
|
|
|
|
config SHIELD_LEELOO_MICRO_LEFT
|
|
def_bool $(shields_list_contains,leeloo_micro_left)
|
|
select SHIELD_LEELOO_MICRO
|
|
|
|
config SHIELD_LEELOO_MICRO_RIGHT
|
|
def_bool $(shields_list_contains,leeloo_micro_right)
|
|
select SHIELD_LEELOO_MICRO |