logo

qmk_firmware

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

config.h (396B)


  1. // Copyright 2023 Maria (@toril940)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define WS2812_EXTERNAL_PULLUP
  5. #define WS2812_PWM_DRIVER PWMD17
  6. #define WS2812_PWM_CHANNEL 1
  7. #define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM1
  8. #define WS2812_PWM_DMA_CHANNEL 1
  9. // #define WS2812_PWM_DMAMUX_ID STM32_DMAMUX1_TIM17_UP
  10. #define INDICATOR_0 C9
  11. #define INDICATOR_1 C8
  12. #define INDICATOR_2 C7