qmk_firmware

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

halconf.h (146B)


      1 // Copyright 2024 Andrew Kannan
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 
      5 #pragma once
      6 
      7 #define HAL_USE_PWM TRUE
      8 
      9 #include_next <halconf.h>
     10