logo

qmk_firmware

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

mcuconf.h (291B)


  1. // Copyright 2025 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next <mcuconf.h>
  5. // Used for SK6812 chain
  6. #undef STM32_PWM_USE_TIM17
  7. #define STM32_PWM_USE_TIM17 TRUE
  8. // Used for NOR Flash
  9. #undef STM32_SPI_USE_SPI1
  10. #define STM32_SPI_USE_SPI1 TRUE