logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (295B)


  1. // Copyright 2021 Mike Tsao
  2. // Copyright 2024 Richard Dawe (@richdawe)
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. #define WS2812_PWM_DRIVER PWMD4
  6. #define WS2812_PWM_CHANNEL 4
  7. #define WS2812_PWM_PAL_MODE 2
  8. #define WS2812_DMA_STREAM STM32_DMA1_STREAM7
  9. #define WS2812_DMA_CHANNEL 7