Update keyboards/monsgeek/m2/m2.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
jonylee@hfd 2023-03-08 11:33:31 +08:00 committed by GitHub
parent 639f8bf0b8
commit 237117d5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,7 +508,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return false;
default:
return process_record_user(keycode, record);
return true;
}
}