summaryrefslogtreecommitdiffstats
path: root/keyboards/acheron/shark/beta/halconf.h
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2022-04-18 06:07:49 -0300
committerGitHub <noreply@github.com>2022-04-18 02:07:49 -0700
commit5fe3b9ffa5bf1179c288f77a16e763e9fecaca0b (patch)
tree37215c5164c280f89f552c5bfaa6dfa7e0411eaf /keyboards/acheron/shark/beta/halconf.h
parentfdd4af9973573d5a629cf27d42ced315869cfd75 (diff)
[Keyboard] SharkPCB release Beta compatibility (#16713)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/acheron/shark/beta/halconf.h')
-rw-r--r--keyboards/acheron/shark/beta/halconf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/acheron/shark/beta/halconf.h b/keyboards/acheron/shark/beta/halconf.h
new file mode 100644
index 0000000000..ebdb4954a1
--- /dev/null
+++ b/keyboards/acheron/shark/beta/halconf.h
@@ -0,0 +1,24 @@
+/* Copyright 2020 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 2 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_PWM TRUE
+#define HAL_USE_PAL TRUE
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>