diff options
Diffstat (limited to 'keyboards/redox/redox.h')
| -rw-r--r-- | keyboards/redox/redox.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/redox/redox.h b/keyboards/redox/redox.h index 2f08bddcc..4160096b2 100644 --- a/keyboards/redox/redox.h +++ b/keyboards/redox/redox.h | |||
| @@ -16,8 +16,10 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #ifdef KEYBOARD_redox_rev1 | 19 | #if defined(KEYBOARD_redox_rev1) |
| 20 | #include "rev1.h" | 20 | # include "rev1.h" |
| 21 | #elif defined(KEYBOARD_redox_media) | ||
| 22 | # include "media.h" | ||
| 21 | #endif | 23 | #endif |
| 22 | 24 | ||
| 23 | #include "quantum.h" | 25 | #include "quantum.h" |
