1
0
Fork 0

Update use of legacy keycodes (#19120)

This commit is contained in:
Joel Challis 2022-11-22 11:07:47 +00:00 committed by GitHub
parent ab17d34dbd
commit 3b11e98215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
243 changed files with 484 additions and 484 deletions

View file

@ -328,7 +328,7 @@ bool music_mask_kb(uint16_t keycode) {
case QK_LAYER_MOD ... QK_LAYER_MOD_MAX:
case QK_ONE_SHOT_MOD ... QK_ONE_SHOT_MOD_MAX:
case QK_MOD_TAP ... QK_MOD_TAP_MAX:
case AU_ON ... MUV_DE:
case AU_ON ... AU_PREV:
case QK_BOOT:
case QK_CLEAR_EEPROM:
return false;