summaryrefslogtreecommitdiff
path: root/keyboards/cipulot/ec_typek/halconf.h
diff options
context:
space:
mode:
authorCipulot <40441626+Cipulot@users.noreply.github.com>2024-04-01 23:49:46 +0200
committerGitHub <noreply@github.com>2024-04-01 17:49:46 -0400
commitd4d8b0c6d32845c8a765afd615b8e2e2670f85fd (patch)
tree99f4b64e690704882b0a4e951a386da1c15273f6 /keyboards/cipulot/ec_typek/halconf.h
parent8757a19375b4fdc65b4dd471b11cb4378c3e7177 (diff)
Add EC Type-K (#23193)
Diffstat (limited to 'keyboards/cipulot/ec_typek/halconf.h')
-rw-r--r--keyboards/cipulot/ec_typek/halconf.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_typek/halconf.h b/keyboards/cipulot/ec_typek/halconf.h
new file mode 100644
index 0000000000..24de095485
--- /dev/null
+++ b/keyboards/cipulot/ec_typek/halconf.h
@@ -0,0 +1,23 @@
+/* Copyright 2023 Cipulot
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+#define HAL_USE_ADC TRUE
+#define HAL_USE_PWM TRUE
+#define HAL_USE_PAL TRUE
+
+#include_next <halconf.h>