qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

mcuconf.h (490B)


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