qmk_firmware

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

halconf.h (198B)


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