qmk_firmware

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

halconf.h (174B)


      1 // Copyright 2023 Maria (@toril940)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define HAL_USE_PWM TRUE
      7 
      8 #define HAL_USE_SPI FALSE
      9 
     10 #include_next <halconf.h>