mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 23:22:03 +00:00
Update keyboards/skyloong/gk87/q1/q1.c
OK, thank you. Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
28be157f78
commit
788e4f5bca
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user