From a0f532072d9f057f57c073521c2f587339ff8c20 Mon Sep 17 00:00:00 2001 From: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Sun, 28 Feb 2021 06:04:46 +0000 Subject: [Keyboard] Dawn60 Rev1 RGB matrix port (#11970) * refactor * layout update * fix mods config * lto enable * add eeprom * refactor * final refactor --- keyboards/xelus/dawn60/dawn60.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboards/xelus/dawn60/dawn60.h') diff --git a/keyboards/xelus/dawn60/dawn60.h b/keyboards/xelus/dawn60/dawn60.h index e663e3bbe7..feec9b5e1d 100644 --- a/keyboards/xelus/dawn60/dawn60.h +++ b/keyboards/xelus/dawn60/dawn60.h @@ -19,4 +19,6 @@ #if defined(KEYBOARD_xelus_dawn60_rev1) #include "rev1.h" +#elif defined(KEYBOARD_xelus_dawn60_rev1_qmk) + #include "rev1_qmk.h" #endif -- cgit v1.2.3