summaryrefslogtreecommitdiff
path: root/keyboards/mino_plus/hotswap/halconf.h
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-12-24 11:02:29 +0800
committerGitHub <noreply@github.com>2023-12-23 19:02:29 -0800
commitb37d23bfa5f4c46abd08c8eea5625a7f95ca6341 (patch)
treeb41b91b8b183c6b94dda2cc9d95af83e8e94be2b /keyboards/mino_plus/hotswap/halconf.h
parent5050b91068a1b0fe7525600ab19a6da1c939faef (diff)
Refactor: group shandoncodes keyboards (#22743)
Diffstat (limited to 'keyboards/mino_plus/hotswap/halconf.h')
-rw-r--r--keyboards/mino_plus/hotswap/halconf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/mino_plus/hotswap/halconf.h b/keyboards/mino_plus/hotswap/halconf.h
deleted file mode 100644
index fb8ce45220..0000000000
--- a/keyboards/mino_plus/hotswap/halconf.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2023 ShandonCodes (@ShandonCodes)
-// SPDX-License-Identifier: GPL-2.0-or-later
-#pragma once
-
-#define HAL_USE_I2C TRUE
-
-#include_next <halconf.h>