diff options
Diffstat (limited to 'keyboards/handwired/onekey/evb_wb32f3g71/halconf.h')
-rw-r--r-- | keyboards/handwired/onekey/evb_wb32f3g71/halconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h b/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h new file mode 100644 index 0000000000..f0cf0a179f --- /dev/null +++ b/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h @@ -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> |