qmk_firmware

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

halconf.h (239B)


      1 // Copyright 2024 splitkb.com (support@splitkb.com)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define HAL_USE_SIO TRUE
      7 #define HAL_USE_I2C TRUE
      8 #define HAL_USE_SPI TRUE
      9 #define HAL_USE_ADC TRUE
     10 
     11 #include_next <halconf.h>