From c40f522cc5e16c23dcceaa922437c00e4904831f Mon Sep 17 00:00:00 2001 From: "jonylee@hfd" <108282809+jonylee1986@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:37:42 +0800 Subject: [PATCH] Update keyboards/monsgeek/m7/m7.c Co-authored-by: Ryan --- keyboards/monsgeek/m7/m7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())