Added analog support for WB32 MCU. (#18289)
Co-authored-by: Joy <chang.li@westberrytech.com>
This commit is contained in:
11
keyboards/handwired/onekey/evb_wb32f3g71/halconf.h
Normal file
11
keyboards/handwired/onekey/evb_wb32f3g71/halconf.h
Normal 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>
|
Reference in New Issue
Block a user