summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/helix.h
diff options
context:
space:
mode:
authorMakotoKurauchi <pluis@me.com>2018-07-27 06:26:02 +0900
committerDrashna Jaelre <drashna@live.com>2018-07-26 14:26:02 -0700
commit07e0558e9a3607907c8efed6ae0f5e8c53befc8b (patch)
treeefe359ec91db1053d39cc307ceca9fba9fcc2e78 /keyboards/helix/helix.h
parentf2bf5a9a749c55c8941e3b17a2416631972b4cc7 (diff)
Keyboard: Add HelixPico keyboard (#3502)
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r--keyboards/helix/helix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h
index 36d12ef86b..d73feb6bbf 100644
--- a/keyboards/helix/helix.h
+++ b/keyboards/helix/helix.h
@@ -7,6 +7,9 @@
#ifdef KEYBOARD_helix_rev2
#include "rev2.h"
#endif
+#ifdef KEYBOARD_helix_pico
+ #include "pico.h"
+#endif
#include "quantum.h"