summaryrefslogtreecommitdiff
path: root/keyboards/jpe230/big_knob/halconf.h
blob: c992d5aa07e13ef9e12d79e2ba6ae4a4fe422e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2023 jpe230 (@jpe230)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include_next <halconf.h>

#undef HAL_USE_SPI
#define HAL_USE_SPI TRUE

#undef HAL_USE_PWM
#define HAL_USE_PWM TRUE