mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
229633395b
Co-authored-by: joedinkle <eodkeyboards@gmail.com>
9 lines
155 B
C
9 lines
155 B
C
// Copyright 2023 The QMK Community (@qmk)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|