Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-06-20 02:21:20 +00:00
commit 18f6ded5fa
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#ifdef BACKLIGHT_ENABLE
backlight_step();
#endif
#ifdef RGBLIGHT_ENABLE
rgblight_step();
#endif
#ifdef __AVR__
writePinLow(E6);
#endif