mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 06:32:01 +00:00
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>
|