Browse Source

Update keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/14830/head
moyi4681 2 years ago
committed by GitHub
parent
commit
729dd5cb61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.c

+ 1
- 10
keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.c View File

@ -38,16 +38,6 @@ led_config_t g_led_config = {
1, 1, 1, 4, 1, 1, 1, 1, 1
} };
#endif
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();
}
__attribute__ ((weak))
void rgb_matrix_indicators_user(void) {
@ -55,4 +45,5 @@ void rgb_matrix_indicators_user(void) {
rgb_matrix_set_color(29, 0xFF, 0xFF, 0xFF);
}
}
#endif

Loading…
Cancel
Save