feat(shields): Add ZMK Uno shield.
* Support underglow, backlight, display, encoder, etc.
This commit is contained in:
parent
12329b388e
commit
63b29ccd32
6 changed files with 304 additions and 0 deletions
23
app/boards/shields/zmk_uno/Kconfig.defconfig
Normal file
23
app/boards/shields/zmk_uno/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_ZMK_UNO
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "ZMK Uno"
|
||||
|
||||
config ZMK_BACKLIGHT
|
||||
select LED
|
||||
select LED_GPIO
|
||||
|
||||
config SHIELD_SSD1306_128X64
|
||||
select ZMK_DISPLAY
|
||||
|
||||
config SHIELD_SSD1306_128X32
|
||||
select ZMK_DISPLAY
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
select WS2812_STRIP
|
||||
select SPI
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue