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/percent/canoe_gen2 | |
| parent | 0b4065b50cbcb1760c7e81d3c550c2dfdacd9d83 (diff) | |
Remove unnecessary RGB Matrix shutdown hooks (#24238)
Diffstat (limited to 'keyboards/percent/canoe_gen2')
| -rw-r--r-- | keyboards/percent/canoe_gen2/canoe_gen2.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/percent/canoe_gen2/canoe_gen2.c b/keyboards/percent/canoe_gen2/canoe_gen2.c index 435083a269..6cbbed412d 100644 --- a/keyboards/percent/canoe_gen2/canoe_gen2.c +++ b/keyboards/percent/canoe_gen2/canoe_gen2.c @@ -18,15 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "quantum.h" #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(); -} led_config_t g_led_config = { { // Key Matrix to LED Index |