logo

qmk_firmware

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

mcuconf.h (358B)


  1. // Copyright 2018-2022 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-3.0-or-later
  3. #pragma once
  4. #include_next <mcuconf.h>
  5. // Used for RGB
  6. #undef STM32_ADC_USE_ADC1
  7. #define STM32_ADC_USE_ADC1 TRUE
  8. // Used for EEPROM
  9. #undef STM32_SPI_USE_SPI1
  10. #define STM32_SPI_USE_SPI1 TRUE
  11. // Used for RGB
  12. #undef STM32_PWM_USE_TIM3
  13. #define STM32_PWM_USE_TIM3 TRUE