mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-07 23:41:41 +00:00
10 lines
176 B
C
10 lines
176 B
C
|
// Copyright 2024 Filip Strzałka (@philvec)
|
||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <halconf.h>
|
||
|
|
||
|
#undef HAL_USE_PWM
|
||
|
#define HAL_USE_PWM TRUE
|