summaryrefslogtreecommitdiff
path: root/keyboards/splitkb/aurora/sweep/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-13 03:06:56 +0000
committerQMK Bot <hello@qmk.fm>2022-10-13 03:06:56 +0000
commit563a59d3c732a4fdf4ef256b07b1e92c8951a032 (patch)
treea732b3b3af1fb6874cf84d469ad66f7f14f0c797 /keyboards/splitkb/aurora/sweep/config.h
parent14b522bb34df9fa9a7f1c8857434518e35d3a312 (diff)
parenta8df5fd3031e97a43c1577e31af6c066bf66b712 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/splitkb/aurora/sweep/config.h')
-rw-r--r--keyboards/splitkb/aurora/sweep/config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/splitkb/aurora/sweep/config.h b/keyboards/splitkb/aurora/sweep/config.h
new file mode 100644
index 0000000000..429b64bbe6
--- /dev/null
+++ b/keyboards/splitkb/aurora/sweep/config.h
@@ -0,0 +1,22 @@
+/* Copyright 2022 splitkb.com <support@splitkb.com>
+ *
+ * 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
+
+// Not yet available in `info.json`
+#ifdef OLED_ENABLE
+# define OLED_FONT_H "keyboards/splitkb/aurora/sweep/glcdfont.c"
+#endif