mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
11 lines
184 B
C
11 lines
184 B
C
|
// Copyright 2024 QMK
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define HAL_USE_GPT TRUE
|
||
|
#define HAL_USE_PWM TRUE
|
||
|
#define HAL_USE_PAL TRUE
|
||
|
|
||
|
#include_next <halconf.h>
|