diff options
Diffstat (limited to 'keyboards/handwired/onekey/rp2040/halconf.h')
-rw-r--r-- | keyboards/handwired/onekey/rp2040/halconf.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/onekey/rp2040/halconf.h b/keyboards/handwired/onekey/rp2040/halconf.h deleted file mode 100644 index 5890122e5e..0000000000 --- a/keyboards/handwired/onekey/rp2040/halconf.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2022 Stefan Kerkmann -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#define HAL_USE_I2C TRUE -#define HAL_USE_PWM TRUE - -#include_next <halconf.h> |