summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/evb_wb32fq95/mcuconf.h
blob: 322282b4b3cb9400edd87988c8a4dec1050e27b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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