logo

qmk_firmware

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

halconf.h (218B)


  1. // Copyright 2024 zvecr <git@zvecr.com>
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define HAL_USE_PWM TRUE
  5. #define HAL_USE_SERIAL TRUE
  6. #define SERIAL_USB_BUFFERS_SIZE 256
  7. #include_next <halconf.h>