diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-02-28 06:04:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 17:04:46 +1100 |
commit | a0f532072d9f057f57c073521c2f587339ff8c20 (patch) | |
tree | 0ff7fd090036432079a2bfa43c5a01c17a2a5239 /keyboards/xelus/dawn60/dawn60.h | |
parent | 3405efe934060f23864ff88b211523053dff42ba (diff) |
[Keyboard] Dawn60 Rev1 RGB matrix port (#11970)
* refactor
* layout update
* fix mods config
* lto enable
* add eeprom
* refactor
* final refactor
Diffstat (limited to 'keyboards/xelus/dawn60/dawn60.h')
-rw-r--r-- | keyboards/xelus/dawn60/dawn60.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |