Add QMK Configurator support and remove Layouts definitions (#2977)

* Add QMK Configurator support and remove userspace definitions

* fix that build breakage

* Unsupport community layouts but use standard layouts
This commit is contained in:
MechMerlin 2018-05-17 15:21:06 -07:00 committed by Drashna Jaelre
parent 227c3b909a
commit effc3e380f
6 changed files with 36 additions and 6 deletions

View file

@ -335,4 +335,4 @@ void suspend_power_down_kb(void)
void suspend_wakeup_init_kb(void)
{
rgb_matrix_set_suspend_state(false);
}
}