qmk_firmware

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

halconf.h (380B)


      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/halconf.h -r platforms/chibios/common/configs/halconf.h`
      7  */
      8 
      9 #pragma once
     10 
     11 #define HAL_USE_I2C TRUE
     12 
     13 #define HAL_USE_PWM TRUE
     14 
     15 #define HAL_USE_RTC TRUE
     16 
     17 #include_next <halconf.h>
     18