aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/ez/halconf.h
diff options
context:
space:
mode:
authorDrashna Jaelre2024-08-14 15:27:37 +0200
committerGitHub2024-08-14 15:27:37 +0200
commit2d2eed9594bb62b79d1eaffe25775d56adcd537f (patch)
tree3c8a1f5bb4d2ac63e55fda19ee347473d037fd30 /keyboards/planck/ez/halconf.h
parent822a4580f45f5cdf7c0857e21b8144e933681f7f (diff)
[Keyboard] Move Planck EZ to ZSA vendor folder (#23917)
Diffstat (limited to 'keyboards/planck/ez/halconf.h')
-rw-r--r--keyboards/planck/ez/halconf.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/planck/ez/halconf.h b/keyboards/planck/ez/halconf.h
deleted file mode 100644
index f1044867f7..0000000000
--- a/keyboards/planck/ez/halconf.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright 2021 QMK
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-#pragma once
-
-#define HAL_USE_I2C TRUE
-#define HAL_USE_GPT TRUE
-#define HAL_USE_DAC TRUE
-#define HAL_USE_PWM TRUE
-
-#include_next <halconf.h>