logo

qmk_firmware

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

config.h (398B)


  1. // Copyright 2025 Danny Nguyen (@nooges)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* Defines for the RGB matrix */
  5. #ifdef RGB_MATRIX_ENABLE
  6. # define WS2812_PWM_DRIVER PWMD15
  7. # define WS2812_PWM_CHANNEL 2
  8. # define WS2812_PWM_PAL_MODE 1
  9. # define WS2812_DMA_STREAM STM32_DMA1_STREAM2
  10. # define WS2812_DMA_CHANNEL 2
  11. # define WS2812_DMAMUX_ID STM32_DMAMUX1_TIM15_UP
  12. #endif