|
|
@ -16,6 +16,17 @@
|
|
|
|
#include "ez.h"
|
|
|
|
#include "ez.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef RGB_MATRIX_ENABLE
|
|
|
|
#ifdef RGB_MATRIX_ENABLE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
|
|
|
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
|
|
|
/* Refer to IS31 manual for these locations
|
|
|
|
/* Refer to IS31 manual for these locations
|
|
|
|
* driver
|
|
|
|
* driver
|
|
|
|