diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2022-11-15 20:33:58 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 01:33:58 -0800 |
commit | 4e7f533998a3b2caefb1d12e86b29b07e285a1ce (patch) | |
tree | 49f6c9e87443f6ee7808941ec2a4df0767a0128d /keyboards/aeboards/constellation/constellation.h | |
parent | ed70f42638284449b95786479e16c0bd8026331d (diff) |
[Keyboard] Add Constellation Rev3 (#18868)
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |