mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-23 16:14:44 +01:00
11 lines
181 B
C
11 lines
181 B
C
// Copyright 2024 zvecr <git@zvecr.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#include_next <halconf.h>
|