logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

halconf.h (265B)


  1. // Copyright 2022 dvermd (@dvermd)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* Needed for serial bitbang, half-duplex and full-duplex */
  5. #define HAL_USE_PAL TRUE
  6. #define PAL_USE_WAIT TRUE
  7. #define PAL_USE_CALLBACKS TRUE
  8. #include_next <halconf.h>