logo

qmk_firmware

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

config.h (345B)


  1. // Copyright 2024 zvecr <git@zvecr.com>
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. //#define SELECT_SOFT_SERIAL_SPEED 0
  5. #define SERIAL_USART_SPEED 921600
  6. #define WS2812_PWM_DRIVER PWMD3
  7. #define WS2812_PWM_CHANNEL 4
  8. #define WS2812_PWM_PAL_MODE 2
  9. #define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM2
  10. #define WS2812_PWM_DMA_CHANNEL 5