diff options
Diffstat (limited to 'keyboards/avalanche/avalanche.h')
-rw-r--r-- | keyboards/avalanche/avalanche.h | 2 |
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" |