summaryrefslogtreecommitdiff
path: root/keyboards/redox/redox.h
diff options
context:
space:
mode:
authorshiftux <shiftux@gmail.com>2021-09-06 21:44:39 +0200
committerGitHub <noreply@github.com>2021-09-06 12:44:39 -0700
commit1dbe4e7dd0e0b1516997d84d16228e1d1ce29462 (patch)
treecddc6e6ebeae4b67d3760c35c1d8fbe0f397d4b3 /keyboards/redox/redox.h
parent85a14ac25bca14e91a21f1820e06079b9c3a078e (diff)
downloadqmk_firmware-1dbe4e7dd0e0b1516997d84d16228e1d1ce29462.tar.gz
qmk_firmware-1dbe4e7dd0e0b1516997d84d16228e1d1ce29462.zip
[Keyboard] Redox media (#13084)
* adding a new revision 'media' to the redox keyboard * readme update * encoder fix * video link * drashna change requests * removing SPLIT_USB_TIMEOUT * intermediate rename * lowercase * drashna comments * include if defined KEYBOARD_redox_media * lowercase readme, tmp step * lowercase readme * drashna changes * more drashna comments * readme update * readme update * fauxpark and drashna comments * fauxpark comments * Update keyboards/redox/media/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/redox/redox.h')
-rw-r--r--keyboards/redox/redox.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/redox/redox.h b/keyboards/redox/redox.h
index 2f08bddccc..4160096b28 100644
--- a/keyboards/redox/redox.h
+++ b/keyboards/redox/redox.h
@@ -16,8 +16,10 @@
#pragma once
-#ifdef KEYBOARD_redox_rev1
- #include "rev1.h"
+#if defined(KEYBOARD_redox_rev1)
+# include "rev1.h"
+#elif defined(KEYBOARD_redox_media)
+# include "media.h"
#endif
#include "quantum.h"