Skip to content

Commit

Permalink
fix post master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyatbluescape committed Jan 6, 2024
1 parent c277ace commit 72604b5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions keyboards/bastardkb/charybdis/4x6/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,6 @@ void matrix_scan_user(void) {
void rgb_matrix_update_pwm_buffers(void);
#endif

void shutdown_user(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_enable_noeeprom();
rgblight_mode_noeeprom(1);
rgblight_setrgb(RGB_RED);
#endif // RGBLIGHT_ENABLE
#ifdef RGB_MATRIX_ENABLE
rgb_matrix_set_color_all(RGB_RED);
rgb_matrix_update_pwm_buffers();
#endif // RGB_MATRIX_ENABLE
}

// // Fancy simple layer colors
// layer_state_t layer_state_set_user(layer_state_t state) {
// uint8_t layer = get_highest_layer(state); // layer ID
Expand Down

0 comments on commit 72604b5

Please sign in to comment.