logo

qmk_firmware

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

halconf.h (331B)


  1. // Copyright 2018-2022 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define HAL_USE_GPT TRUE
  5. #define HAL_USE_PWM TRUE
  6. #define HAL_USE_SPI TRUE
  7. #define HAL_USE_SERIAL TRUE
  8. #define SERIAL_BUFFERS_SIZE 256
  9. // This enables interrupt-driven mode
  10. #define PAL_USE_WAIT TRUE
  11. #include_next <halconf.h>