mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +00:00
3969d7045e
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h
11 lines
184 B
C
11 lines
184 B
C
// 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>
|