feat(boards): Add BDN9 rev2 RGB support
This commit is contained in:
parent
32c8737a22
commit
22c487f276
3 changed files with 32 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# keeb.io BDN9 board configuration
|
||||
|
||||
# Copyright (c) 2020 Pete Johanson
|
||||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if BOARD_BDN9
|
||||
|
|
@ -14,4 +14,8 @@ config ZMK_KEYBOARD_NAME
|
|||
config ZMK_USB
|
||||
default y
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
select SPI
|
||||
select WS2812_STRIP
|
||||
|
||||
endif # BOARD_BDN9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue