logo

qmk_firmware

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

halconf.h (214B)


  1. // Copyright 2023 Vinh Le (@vinhcatba)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #undef HAL_USE_PWM
  5. #define HAL_USE_PWM TRUE
  6. #undef HAL_USE_I2C
  7. #define HAL_USE_I2C TRUE
  8. #include_next <halconf.h>