mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
bf4121a770
Co-authored-by: Drashna Jaelre <drashna@live.com>
10 lines
171 B
C
10 lines
171 B
C
// Copyright 2022 Andrew Kannan
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_PWM_USE_PWM6
|
|
#define RP_PWM_USE_PWM6 TRUE
|