summaryrefslogtreecommitdiff
path: root/keyboards/owlab/voice65/hotswap/halconf.h
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2021-08-19 20:12:34 +0200
committerGitHub <noreply@github.com>2021-08-19 11:12:34 -0700
commit8200804e96d1914ebad1948b52d6e1cec2e3ffcc (patch)
tree7438b6f02889fd5847341b9c023923a20080e055 /keyboards/owlab/voice65/hotswap/halconf.h
parentc039796d9d6d341f16600b7032df056c0959df06 (diff)
[Keyboard] Add Voice65 (#13744)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/owlab/voice65/hotswap/halconf.h')
-rw-r--r--keyboards/owlab/voice65/hotswap/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/owlab/voice65/hotswap/halconf.h b/keyboards/owlab/voice65/hotswap/halconf.h
new file mode 100644
index 0000000000..f88be48211
--- /dev/null
+++ b/keyboards/owlab/voice65/hotswap/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2021 kb-elmo<mail@elmo.space>
+ *
+ * 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_I2C TRUE
+
+#include_next <halconf.h>