logo

qmk_firmware

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

config.h (242B)


  1. // Copyright 2022 fauxpark (@fauxpark)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define WS2812_PWM_DRIVER PWMD4
  5. #define WS2812_PWM_CHANNEL 4
  6. #define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM7
  7. #define WS2812_PWM_DMA_CHANNEL 7