12 lines
239 B
C
12 lines
239 B
C
|
|
// Copyright 2024 splitkb.com (support@splitkb.com)
|
||
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#define HAL_USE_SIO TRUE
|
||
|
|
#define HAL_USE_I2C TRUE
|
||
|
|
#define HAL_USE_SPI TRUE
|
||
|
|
#define HAL_USE_ADC TRUE
|
||
|
|
|
||
|
|
#include_next <halconf.h>
|