1
0
Fork 0

Reformat 40% Ortho boards to work with Layouts feature (#2804)

* Reformat 40% Ortho boards to work with Layouts feature

* Fix krusli keymap to compile properly

* Fix mt40 compile errors

* Fix layouts

* fix RGB?
This commit is contained in:
Drashna Jael're 2018-05-14 07:11:12 -07:00 committed by Jack Humbert
parent 38f204db30
commit 678fae6cce
53 changed files with 317 additions and 618 deletions

View file

@ -38,6 +38,7 @@ void rgblight_set(void) {
}
__attribute__ ((weak))
void matrix_scan_user(void) {
void matrix_scan_kb(void) {
rgblight_task();
matrix_init_user();
}