|
|
|
@ -39,6 +39,16 @@ led_config_t g_led_config = { { |
|
|
|
|
// 6 5 4 3
|
|
|
|
|
// 0
|
|
|
|
|
// 7 8 1 2
|
|
|
|
|
|
|
|
|
|
void suspend_power_down_kb(void) { |
|
|
|
|
rgb_matrix_set_suspend_state(true); |
|
|
|
|
suspend_power_down_user(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void suspend_wakeup_init_kb(void) { |
|
|
|
|
rgb_matrix_set_suspend_state(false); |
|
|
|
|
suspend_wakeup_init_user(); |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
void matrix_init_kb(void) { |
|
|
|
|