logo

qmk_firmware

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

mcuconf.h (549B)


  1. // Copyright 2023 Andrew Kannan (@awkannan)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. /*
  4. * This file was auto-generated by:
  5. * `qmk chibios-confmigrate -i keyboards/cannonkeys/satisfaction75/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h`
  6. */
  7. #pragma once
  8. #include_next <mcuconf.h>
  9. #undef STM32_LSE_ENABLED
  10. #define STM32_LSE_ENABLED TRUE
  11. #undef STM32_RTCSEL
  12. #define STM32_RTCSEL STM32_RTCSEL_LSE
  13. #undef STM32_I2C_USE_I2C1
  14. #define STM32_I2C_USE_I2C1 TRUE
  15. #undef STM32_PWM_USE_TIM3
  16. #define STM32_PWM_USE_TIM3 TRUE