Explorar el Código

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

QMK Bot hace 4 años
padre
commit
18f6ded5fa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      keyboards/preonic/keymaps/default/keymap.c

+ 3 - 0
keyboards/preonic/keymaps/default/keymap.c

@@ -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