Fix some old keycodes (#19086)

This commit is contained in:
Ryan 2022-11-16 03:52:01 +11:00 committed by GitHub
parent 594f869619
commit de66797705
Failed to generate hash of commit
43 changed files with 56 additions and 56 deletions

View file

@ -124,7 +124,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
break;
//on RESET, underglow red if present
case RESET:
case QK_BOOT:
if (record->event.pressed) {
#if defined(RGBLIGHT_ENABLE)
rgblight_enable_noeeprom(); // enables Rgb, without saving settings