diff options
| author | Joel Challis | 2024-08-04 03:07:02 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-04 03:07:02 +0200 |
| commit | 0fbe15030357a9dca7d6d3d9de4facea5a7b4bcc (patch) | |
| tree | aaf1fbe5ee0ccf6258009dfaadfece2992f905be /keyboards/latincompass | |
| parent | 0b4065b50cbcb1760c7e81d3c550c2dfdacd9d83 (diff) | |
Remove unnecessary RGB Matrix shutdown hooks (#24238)
Diffstat (limited to 'keyboards/latincompass')
| -rw-r--r-- | keyboards/latincompass/latin60rgb/latin60rgb.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/latincompass/latin60rgb/latin60rgb.c b/keyboards/latincompass/latin60rgb/latin60rgb.c index 305aaff5f2..78052eccb6 100644 --- a/keyboards/latincompass/latin60rgb/latin60rgb.c +++ b/keyboards/latincompass/latin60rgb/latin60rgb.c @@ -83,16 +83,6 @@ const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = { { 0, SW11_CS13, SW10_CS13, SW12_CS13 } }; -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(); -} - bool rgb_matrix_indicators_kb(void) { if (!rgb_matrix_indicators_user()) { return false; |