c2dbbc060a
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
10 lines
184 B
C
10 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>
|