feat(shields): Add ZMK Uno split setup
* Make it easier to test split code with ZMK Uno hardware by adding a split left/right setup as well.
This commit is contained in:
parent
291bbc2257
commit
88338a9b3c
10 changed files with 382 additions and 160 deletions
18
app/boards/shields/zmk_uno/zmk_uno_split_left.conf
Normal file
18
app/boards/shields/zmk_uno/zmk_uno_split_left.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_LOG=y
|
||||
CONFIG_ZMK_LOG_LEVEL_DBG=y
|
||||
|
||||
# Uncomment for Single color backlight
|
||||
# CONFIG_ZMK_BACKLIGHT=y
|
||||
|
||||
# Uncomment for RGB
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
|
||||
# Uncomment for Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
# Uncomment these two lines to enable encoder support
|
||||
# CONFIG_EC11=y
|
||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue