1
0
Fork 0

Remove deprecated Quantum keycodes (#19712)

This commit is contained in:
Ryan 2023-01-30 03:44:16 +11:00 committed by GitHub
parent 80cc6ad187
commit 043d8e1140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 102 additions and 386 deletions

View file

@ -250,7 +250,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
break;
case MU_TOG:
case QK_MUSIC_TOGGLE:
if (record->event.pressed) {
// On press, turn off layer if active
if ( layer == _SE ) {