qmk_firmware

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

halconf.h (187B)


      1 // Copyright (C) 2025 DOIO
      2 // Copyright (C) 2025 ClownFish (@clownfish-og)
      3 // SPDX-License-Identifier: GPL-2.0-or-later
      4 
      5 #pragma once
      6 
      7 #define HAL_USE_PWM TRUE
      8 
      9 #include_next <halconf.h>