qmk_firmware

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

halconf.h (143B)


      1 /* Copyright 2025 oxnh */
      2 /* SPDX-License-Identifier: GPL-2.0-or-later */
      3 #pragma once
      4 
      5 #define HAL_USE_SERIAL TRUE
      6 
      7 #include_next <halconf.h>