logo

qmk_firmware

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

mcuconf.h (444B)


  1. // Copyright 2023-2025 HorrorTroll <https://github.com/HorrorTroll>
  2. // Copyright 2023-2025 Zhaqian <https://github.com/zhaqian12>
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. #include_next <mcuconf.h>
  6. #undef AT32_ADC_USE_ADC1
  7. #define AT32_ADC_USE_ADC1 TRUE
  8. #undef AT32_I2C_USE_I2C1
  9. #define AT32_I2C_USE_I2C1 TRUE
  10. #undef AT32_PWM_USE_TMR5
  11. #define AT32_PWM_USE_TMR5 TRUE
  12. #undef AT32_SPI_USE_SPI1
  13. #define AT32_SPI_USE_SPI1 TRUE