forked from kofal.net/zmk
feat(boards): Leeloo v2 and V2 Zephyr 3.2 fixes
* 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>
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# Copyright (c) 2023 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_LEELOO
|
||||
bool
|
||||
|
||||
config SHIELD_LEELOO_LEFT
|
||||
def_bool $(shields_list_contains,leeloo_left)
|
||||
select SHIELD_LEELOO
|
||||
|
||||
config SHIELD_LEELOO_RIGHT
|
||||
def_bool $(shields_list_contains,leeloo_right)
|
||||
select SHIELD_LEELOO
|
||||
|
||||
config SHIELD_LEELOO_REV2_LEFT
|
||||
def_bool $(shields_list_contains,leeloo_rev2_left)
|
||||
select SHIELD_LEELOO
|
||||
|
||||
config SHIELD_LEELOO_REV2_RIGHT
|
||||
def_bool $(shields_list_contains,leeloo_rev2_right)
|
||||
select SHIELD_LEELOO
|
||||
Reference in New Issue
Block a user