summaryrefslogtreecommitdiff
path: root/keyboards/mino_plus/mino_plus.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-01-18 08:56:13 +0000
committerQMK Bot <hello@qmk.fm>2023-01-18 08:56:13 +0000
commitdcd532830dae642770e628ddd8d77971876a2e31 (patch)
treefd721bed551166260bc2394903db5a1cc65273d7 /keyboards/mino_plus/mino_plus.h
parent83a6f6534c83b5bb5393b4de297fdffcfcb0386f (diff)
parentd73ad5204049648a912fe3b384b36d211570b544 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mino_plus/mino_plus.h')
-rw-r--r--keyboards/mino_plus/mino_plus.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/mino_plus/mino_plus.h b/keyboards/mino_plus/mino_plus.h
new file mode 100644
index 0000000000..c525c04462
--- /dev/null
+++ b/keyboards/mino_plus/mino_plus.h
@@ -0,0 +1,10 @@
+// Copyright 2022 ShandonCodes (@ShandonCodes)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "quantum.h"
+
+#ifdef KEYBOARD_mino_plus_soldered
+# include "soldered.h"
+#endif \ No newline at end of file