mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
327f7ee9a7
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
17 lines
335 B
C
17 lines
335 B
C
// Copyright 2022 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef WB32_ADC_USE_ADC1
|
|
#define WB32_ADC_USE_ADC1 TRUE
|
|
|
|
#undef WB32_DMA_REQUIRED
|
|
#define WB32_DMA_REQUIRED TRUE
|
|
|
|
#undef WB32_I2C_USE_I2C1
|
|
#define WB32_I2C_USE_I2C1 TRUE
|
|
|
|
#undef WB32_PWM_USE_TIM4
|
|
#define WB32_PWM_USE_TIM4 TRUE
|