mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00:00
11 lines
198 B
C
11 lines
198 B
C
|
// Copyright 2024 Dasky (@daskygit)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define HAL_USE_SPI TRUE
|
||
|
#define HAL_USE_I2C TRUE
|
||
|
#define HAL_USE_PWM TRUE
|
||
|
|
||
|
#include_next <halconf.h>
|