mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
4098ff5574
Co-authored-by: Ryan <fauxpark@gmail.com>
8 lines
162 B
C
8 lines
162 B
C
// Copyright 2022 MatteoDM <matteodalmo@gmail.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
|
|
#include_next <halconf.h> |