summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/crkbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/crkbd.h')
-rw-r--r--keyboards/crkbd/crkbd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/crkbd/crkbd.h b/keyboards/crkbd/crkbd.h
index 4ba9397043..3fae1a400c 100644
--- a/keyboards/crkbd/crkbd.h
+++ b/keyboards/crkbd/crkbd.h
@@ -20,5 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef KEYBOARD_crkbd_rev1
# include "rev1.h"
#endif
+#ifdef KEYBOARD_crkbd_r2g
+# include "r2g.h"
+#endif
+
#include "quantum.h"