diff options
author | MakotoKurauchi <pluis@me.com> | 2018-07-27 06:26:02 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-26 14:26:02 -0700 |
commit | 07e0558e9a3607907c8efed6ae0f5e8c53befc8b (patch) | |
tree | efe359ec91db1053d39cc307ceca9fba9fcc2e78 /keyboards/helix/helix.h | |
parent | f2bf5a9a749c55c8941e3b17a2416631972b4cc7 (diff) | |
download | qmk_firmware-07e0558e9a3607907c8efed6ae0f5e8c53befc8b.tar.gz |
Keyboard: Add HelixPico keyboard (#3502)
Diffstat (limited to 'keyboards/helix/helix.h')
-rw-r--r-- | keyboards/helix/helix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h index 36d12ef86..d73feb6bb 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" |