diff options
Diffstat (limited to 'keyboards/aeboards/constellation/constellation.h')
-rwxr-xr-x | keyboards/aeboards/constellation/constellation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/aeboards/constellation/constellation.h b/keyboards/aeboards/constellation/constellation.h index a467327712..3724b29d6a 100755 --- a/keyboards/aeboards/constellation/constellation.h +++ b/keyboards/aeboards/constellation/constellation.h @@ -23,4 +23,6 @@ #include "rev1.h" #elif defined(KEYBOARD_aeboards_constellation_rev2) #include "rev2.h" +#elif defined(KEYBOARD_aeboards_constellation_rev3) + #include "rev3.h" #endif |