From 788e4f5bca2c0a6fc14f726b4416fefc48067458 Mon Sep 17 00:00:00 2001 From: JIKEDINGZHI <52481939+NaturalZh@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:32:35 +0800 Subject: [PATCH] Update keyboards/skyloong/gk87/q1/q1.c OK, thank you. Co-authored-by: Ryan --- keyboards/skyloong/gk87/q1/q1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/skyloong/gk87/q1/q1.c b/keyboards/skyloong/gk87/q1/q1.c index 596de08e475..9f28288a222 100644 --- a/keyboards/skyloong/gk87/q1/q1.c +++ b/keyboards/skyloong/gk87/q1/q1.c @@ -121,7 +121,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) { } switch (keycode) { # ifdef RGB_MATRIX_ENABLE - case RGB_TOG: + case RM_TOGG: if (record->event.pressed) { switch (rgb_matrix_get_flags()) { case LED_FLAG_ALL: {