diff --git a/keyboards/monsgeek/m7/m7.c b/keyboards/monsgeek/m7/m7.c index ebf9f4d3f7d..a1fc911f4aa 100644 --- a/keyboards/monsgeek/m7/m7.c +++ b/keyboards/monsgeek/m7/m7.c @@ -114,7 +114,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) } switch (keycode) { - case RGB_TOG: + case RM_TOGG: if (record->event.pressed) { switch (rgb_matrix_get_flags())