summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/rs60/rs60.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-03 15:27:31 +0000
committerQMK Bot <hello@qmk.fm>2022-09-03 15:27:31 +0000
commit272b6f6ddb73e6263099de6c17452aec80a96e68 (patch)
treedd55bf417a17238fe0b6d2691d8bc9130c1cc8da /keyboards/xelus/rs60/rs60.h
parent556fd909eb80ab993c2f52941b07bfa465ab53cb (diff)
parent489b287e1ff2d4140f28b17f439daa5efdef5382 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/rs60/rs60.h')
-rw-r--r--keyboards/xelus/rs60/rs60.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/xelus/rs60/rs60.h b/keyboards/xelus/rs60/rs60.h
index 81e4470db5..5a52d37a7f 100644
--- a/keyboards/xelus/rs60/rs60.h
+++ b/keyboards/xelus/rs60/rs60.h
@@ -19,6 +19,8 @@
#if defined(KEYBOARD_xelus_rs60_rev1)
#include "rev1.h"
-#elif defined(KEYBOARD_xelus_rs60_rev2)
- #include "rev2.h"
+#elif defined(KEYBOARD_xelus_rs60_rev2_0)
+ #include "rev2_0.h"
+#elif defined(KEYBOARD_xelus_rs60_rev2_1)
+ #include "rev2_1.h"
#endif