qmk_firmware

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

mcuconf.h (286B)


      1 // Copyright 2022 Massdrop, Inc.
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 #pragma once
      4 
      5 #include_next <mcuconf.h>
      6 
      7 #undef STM32_PLLM_VALUE
      8 #define STM32_PLLM_VALUE 16
      9 
     10 #undef STM32_PREDIV_VALUE
     11 #define STM32_PREDIV_VALUE 2
     12 
     13 #undef STM32_I2C_USE_I2C1
     14 #define STM32_I2C_USE_I2C1 TRUE