summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/QMK_BLOK/configs/halconf.h
blob: 131386bc34f7a9ae66162ef9233de225db406a43 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define HAL_USE_ADC TRUE
#define HAL_USE_I2C TRUE
#define HAL_USE_SPI TRUE

#include_next <halconf.h>