[Keymap] CRKBD: Update jpe230 Keymap (#17280)

This commit is contained in:
jpe230
2022-06-07 13:31:28 -05:00
committed by GitHub
parent 1c97a0375e
commit 5c7972760c
2 changed files with 1 additions and 5 deletions

View File

@@ -405,7 +405,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#ifdef RGB_MATRIX_ENABLE
prev_hsv = rgb_matrix_get_hsv();
prev_mode = rgb_matrix_get_mode();
rgb_matrix_mode_noeeprom(RGB_MATRIX_SOLID_MULTISPLASH);
rgb_matrix_mode_noeeprom(RGB_MATRIX_ALPHAS_MODS);
rgb_matrix_sethsv_noeeprom(HSV_YELLOW);
#endif
}