qmk_firmware

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

mcuconf.h (235B)


      1 // Copyright 2023 Cole Smith (@boardsource)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 #pragma once
      4 
      5 #include_next <mcuconf.h>
      6 
      7 #undef RP_PWM_USE_PWM6
      8 #define RP_PWM_USE_PWM6 TRUE
      9 
     10 #undef RP_SPI_USE_SPI1
     11 #define RP_SPI_USE_SPI1 TRUE