Browse Source

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

pull/17329/head
jpe230 1 year ago
committed by GitHub
parent
commit
5c7972760c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions
  1. +0
    -4
      keyboards/crkbd/keymaps/jpe230/config.h
  2. +1
    -1
      keyboards/crkbd/keymaps/jpe230/keymap.c

+ 0
- 4
keyboards/crkbd/keymaps/jpe230/config.h View File

@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_KEYPRESSES
# define RGB_DISABLE_WHEN_USB_SUSPENDED
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 128
# define RGB_MATRIX_STARTUP_HUE 215
@ -38,7 +37,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#endif

+ 1
- 1
keyboards/crkbd/keymaps/jpe230/keymap.c 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
}


Loading…
Cancel
Save