1
0
Fork 0

[Keyboard] Dawn60 Rev1 RGB matrix port (#11970)

* refactor

* layout update

* fix mods config

* lto enable

* add eeprom

* refactor

* final refactor
This commit is contained in:
Xelus22 2021-02-28 06:04:46 +00:00 committed by GitHub
parent 3405efe934
commit a0f532072d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 378 additions and 0 deletions

View file

@ -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