Update keyboards/skyloong/gk87/q1/q1.c

OK, thank you.

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2024-11-23 08:32:35 +08:00 committed by GitHub
parent 28be157f78
commit 788e4f5bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
} }
switch (keycode) { switch (keycode) {
# ifdef RGB_MATRIX_ENABLE # ifdef RGB_MATRIX_ENABLE
case RGB_TOG: case RM_TOGG:
if (record->event.pressed) { if (record->event.pressed) {
switch (rgb_matrix_get_flags()) { switch (rgb_matrix_get_flags()) {
case LED_FLAG_ALL: { case LED_FLAG_ALL: {