Add KPrepublic BM16A v2 (#19194)

This commit is contained in:
Ryan
2022-12-09 15:31:13 +11:00
committed by GitHub
parent aa06a6e094
commit 8c12559edb
22 changed files with 273 additions and 237 deletions

View File

@@ -0,0 +1,12 @@
// Copyright 2022 fauxpark (@fauxpark)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define RGB_DI_PIN B9
#define RGB_MATRIX_LED_COUNT 16
#define WS2812_PWM_DRIVER PWMD4
#define WS2812_PWM_CHANNEL 4
#define WS2812_DMA_STREAM STM32_DMA1_STREAM7
#define WS2812_DMA_CHANNEL 7