summaryrefslogtreecommitdiff
path: root/keyboards/vinhcatba/uncertainty/halconf.h
blob: 0b105e29b8a3a5588105786d99d4163b7fcb730c (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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>