forked from mirrors/qmk_userspace
Fix some old keycodes (#19086)
This commit is contained in:
parent
594f869619
commit
de66797705
43 changed files with 56 additions and 56 deletions
|
@ -57,7 +57,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
set_lights_default();
|
||||
#endif
|
||||
return true;
|
||||
case RESET:
|
||||
case QK_BOOT:
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
rgblight_sethsv_noeeprom(HSV_RESET);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue