summaryrefslogtreecommitdiff
path: root/keyboards/avalanche/avalanche.h
diff options
context:
space:
mode:
authorWill Winder <wwinder.unh@gmail.com>2022-07-02 08:07:35 -0400
committerGitHub <noreply@github.com>2022-07-02 22:07:35 +1000
commitf03aec28fb6932bc8ab0b08a0007116a33419b9a (patch)
tree537c260b32d6c84d9c17aef5d866e37220a4e929 /keyboards/avalanche/avalanche.h
parentc3ef70b9a6a7123fe25fb89973070088a15ad69f (diff)
[Keyboard] Add Avalanche v4 (#17288)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/avalanche/avalanche.h')
-rw-r--r--keyboards/avalanche/avalanche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/avalanche/avalanche.h b/keyboards/avalanche/avalanche.h
index c3f431f315..916019f0d0 100644
--- a/keyboards/avalanche/avalanche.h
+++ b/keyboards/avalanche/avalanche.h
@@ -9,6 +9,8 @@
#include "v2.h"
#elif KEYBOARD_avalanche_v3
#include "v3.h"
+#elif KEYBOARD_avalanche_v4
+ #include "v4.h"
#endif
#include "quantum.h"