feat(shields): Add ZMK Uno shield.

* Support underglow, backlight, display, encoder, etc.
This commit is contained in:
Peter Johanson
2022-06-13 03:28:56 +00:00
committed by Pete Johanson
parent 12329b388e
commit 63b29ccd32
6 changed files with 304 additions and 0 deletions

View 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