Added analog support for WB32 MCU. (#18289)

Co-authored-by: Joy <chang.li@westberrytech.com>
This commit is contained in:
Joy Lee
2022-11-01 12:04:15 +08:00
committed by GitHub
parent ae5f818d5a
commit 9435ad19ee
11 changed files with 126 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_ADC TRUE
#define HAL_USE_I2C TRUE
#define HAL_USE_PWM TRUE
#include_next <halconf.h>