summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/zed65/zed65.h
diff options
context:
space:
mode:
authormechlovin <57231893+mechlovin@users.noreply.github.com>2022-12-13 06:41:06 +0700
committerGitHub <noreply@github.com>2022-12-12 15:41:06 -0800
commit68f550a3f25b3911ce8bbc77680f4e23e5faf424 (patch)
treefe466d588e85399b45aa13d7f7fd9b3329bbeabc /keyboards/mechlovin/zed65/zed65.h
parent6d0f944e5e986af0fd3e6abec482dd0d31a4101a (diff)
[Keyboard] Add Zed65-monoLED and Zed65-Cor65 (#18872)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/zed65/zed65.h')
-rw-r--r--keyboards/mechlovin/zed65/zed65.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/mechlovin/zed65/zed65.h b/keyboards/mechlovin/zed65/zed65.h
index bab950dca2..85bd4eb3d2 100644
--- a/keyboards/mechlovin/zed65/zed65.h
+++ b/keyboards/mechlovin/zed65/zed65.h
@@ -19,8 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
-#ifdef KEYBOARD_mechlovin_zed65_retro66
+#ifdef KEYBOARD_mechlovin_zed65_no_backlight_retro66
#include "retro66.h"
-#elif KEYBOARD_mechlovin_zed65_wearhaus66
+#elif KEYBOARD_mechlovin_zed65_no_backlight_wearhaus66
#include "wearhaus66.h"
+#elif KEYBOARD_mechlovin_zed65_no_backlight_cor65
+ #include "cor65.h"
+#elif KEYBOARD_mechlovin_zed65_mono_led
+ #include "mono_led.h"
#endif