feat(boards): Add BDN9 rev2 RGB support

This commit is contained in:
Peter Johanson 2022-04-08 01:59:19 +00:00 committed by Pete Johanson
parent 32c8737a22
commit 22c487f276
3 changed files with 32 additions and 14 deletions

View file

@ -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