logo

qmk_firmware

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

mcuconf.h (871B)


  1. /*
  2. * ----------------------------------------------------------------------------
  3. * "THE BEER-WARE LICENSE" (Revision 42):
  4. * <https://github.com/Legonut> wrote this file. As long as you retain this
  5. * notice you can do whatever you want with this stuff. If we meet some day, and
  6. * you think this stuff is worth it, you can buy me a beer in return. David Rauseo
  7. * ----------------------------------------------------------------------------
  8. */
  9. #pragma once
  10. #include_next <mcuconf.h>
  11. #undef STM32_DAC_USE_DAC1_CH1
  12. #define STM32_DAC_USE_DAC1_CH1 TRUE
  13. #undef STM32_DAC_USE_DAC1_CH2
  14. #define STM32_DAC_USE_DAC1_CH2 TRUE
  15. #undef STM32_GPT_USE_TIM6
  16. #define STM32_GPT_USE_TIM6 TRUE
  17. #undef STM32_I2C_USE_I2C1
  18. #define STM32_I2C_USE_I2C1 TRUE
  19. #undef STM32_PWM_USE_TIM3
  20. #define STM32_PWM_USE_TIM3 TRUE
  21. #undef STM32_SERIAL_USE_USART1
  22. #define STM32_SERIAL_USE_USART1 TRUE