summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/sinc/rev4/halconf.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2023-06-14 12:26:46 -0400
committerGitHub <noreply@github.com>2023-06-14 12:26:46 -0400
commitf5ee7b7ed89715860ec769cbbe1b3b6468a80300 (patch)
tree2c17f307c0304248768c7dd11c081fe71a63799a /keyboards/keebio/sinc/rev4/halconf.h
parent4055f2a93706af7f3cec46a9b1683cdefeb0d25a (diff)
Add Sinc Rev. 4 (#21130)
* Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/keebio/sinc/rev4/halconf.h')
-rw-r--r--keyboards/keebio/sinc/rev4/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/rev4/halconf.h b/keyboards/keebio/sinc/rev4/halconf.h
new file mode 100644
index 0000000000..64036dec35
--- /dev/null
+++ b/keyboards/keebio/sinc/rev4/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Danny Nguyen (danny@keeb.io)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>