mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
12 lines
214 B
C
12 lines
214 B
C
|
// Copyright 2023 Vinh Le (@vinhcatba)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#undef HAL_USE_PWM
|
||
|
#define HAL_USE_PWM TRUE
|
||
|
|
||
|
#undef HAL_USE_I2C
|
||
|
#define HAL_USE_I2C TRUE
|
||
|
|
||
|
#include_next <halconf.h>
|