Fixed info.json and fixed bugs in files for firmware

This commit is contained in:
ItzAdel
2022-01-07 19:30:28 +04:00
parent 1514a54b9b
commit 0c2d073446
4 changed files with 255 additions and 41 deletions

View File

@@ -32,6 +32,7 @@ led_config_t g_led_config = {
4, 4, 4, 4,
}
};
void suspend_power_down_kb(void) {
rgb_matrix_set_suspend_state(true);
suspend_power_down_user();