mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
fc55fcff3d
Co-authored-by: Moritz <moritz.plattner@gmx.net>
11 lines
187 B
C
11 lines
187 B
C
// Copyright 2023 Moritz Plattner (@ebastler)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|