summaryrefslogtreecommitdiffstats
path: root/keyboards/jaykeeb/kamigakushi/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jaykeeb/kamigakushi/halconf.h')
-rw-r--r--keyboards/jaykeeb/kamigakushi/halconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/jaykeeb/kamigakushi/halconf.h b/keyboards/jaykeeb/kamigakushi/halconf.h
new file mode 100644
index 0000000000..7ba72351cb
--- /dev/null
+++ b/keyboards/jaykeeb/kamigakushi/halconf.h
@@ -0,0 +1,5 @@
+// Copyright 2023 Alabahuy (@Alabahuy)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+#define HAL_USE_I2C TRUE
+#include_next <halconf.h>