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,6 +1,16 @@
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# Copyright (c) 2023 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_LEELOO_REV2_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Leeloo v2"
|
||||
|
||||
config ZMK_SPLIT_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_LEELOO_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
@@ -11,7 +21,7 @@ config ZMK_SPLIT_ROLE_CENTRAL
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_LEELOO_LEFT || SHIELD_LEELOO_RIGHT
|
||||
if SHIELD_LEELOO
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
@@ -31,7 +41,6 @@ endif # ZMK_DISPLAY
|
||||
|
||||
if LVGL
|
||||
|
||||
|
||||
config LV_Z_VDB_SIZE
|
||||
default 64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user