327f7ee9a7
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
12 lines
226 B
C
12 lines
226 B
C
// Copyright 2022 Stefan Kerkmann
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_PWM_USE_PWM0
|
|
#define RP_PWM_USE_PWM0 TRUE
|
|
|
|
#undef RP_PWM_USE_PWM4
|
|
#define RP_PWM_USE_PWM4 TRUE
|