summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/zen/zen.h
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-05-14 13:58:56 -0500
committerDrashna Jaelre <drashna@live.com>2019-05-14 11:58:56 -0700
commit4cdb86c730528c8ca5ff90f5b9b01c395d31fc0e (patch)
treee7d20a62af90342ba4dc59d769b46aec01b5c31a /keyboards/rgbkb/zen/zen.h
parente8b27a965d4f6abcc2773022f451bdc7eabebf69 (diff)
[Keyboard] Create RGBKB Folder (#5858)
* Move Sol, Zen, & Zygomorph keyboards to RGBKB folder * Updated default keymaps * Fixing more areas due too folder moves * Fixing Zen layer numbers * Fixing zygomorph layer comments * Fixing Colmak comments * Fixing Sol Colmak readme * Macro alignment * Zen rev2 configuration json * Fixing sol ifdef * Fixing Sol info.json
Diffstat (limited to 'keyboards/rgbkb/zen/zen.h')
-rw-r--r--keyboards/rgbkb/zen/zen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/rgbkb/zen/zen.h b/keyboards/rgbkb/zen/zen.h
new file mode 100644
index 0000000000..e51c3c831f
--- /dev/null
+++ b/keyboards/rgbkb/zen/zen.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#if KEYBOARD_rgbkb_zen_rev1
+ #include "rev1.h"
+#elif KEYBOARD_rgbkb_zen_rev2
+ #include "rev2.h"
+#endif
+#include "quantum.h"