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, 0 insertions, 11 deletions
diff --git a/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h b/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h deleted file mode 100644 index f0cf0a179f..0000000000 --- a/keyboards/handwired/onekey/evb_wb32f3g71/halconf.h +++ /dev/null @@ -1,11 +0,0 @@ -// 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> |