qmk_firmware/keyboards/vinhcatba/uncertainty/halconf.h

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>