diff options
| -rw-r--r-- | keyboards/preonic/keymaps/default/keymap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/default/keymap.c b/keyboards/preonic/keymaps/default/keymap.c index 078ab2726..b70aa31c1 100644 --- a/keyboards/preonic/keymaps/default/keymap.c +++ b/keyboards/preonic/keymaps/default/keymap.c | |||
| @@ -212,6 +212,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 212 | #ifdef BACKLIGHT_ENABLE | 212 | #ifdef BACKLIGHT_ENABLE |
| 213 | backlight_step(); | 213 | backlight_step(); |
| 214 | #endif | 214 | #endif |
| 215 | #ifdef RGBLIGHT_ENABLE | ||
| 216 | rgblight_step(); | ||
| 217 | #endif | ||
| 215 | #ifdef __AVR__ | 218 | #ifdef __AVR__ |
| 216 | writePinLow(E6); | 219 | writePinLow(E6); |
| 217 | #endif | 220 | #endif |
