Skip to content

Commit

Permalink
状態は起動時に変更しない→EEPROMから読み込んで表示状態が決まる
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed May 28, 2023
1 parent a0b1d34 commit 54e671a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions keyboards/sandy/dn0030/keymaps/jpskenn/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,6 @@ bool led_update_user(led_t led_state) {
// Keyboard Initialization
// ------------------------------------------------------------------------------
void keyboard_post_init_user(void) {
// Turn effect range LEDs off (not written to EEPROM)
rgblight_disable_noeeprom();

// Read the user config from EEPROM
user_config.raw = eeconfig_read_user();

Expand Down
3 changes: 0 additions & 3 deletions keyboards/sandy/dn0030/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ bool led_update_user(led_t led_state) {
// Keyboard Initialization
// ------------------------------------------------------------------------------
void keyboard_post_init_user(void) {
// Turn effect range LEDs off (not written to EEPROM)
rgblight_disable_noeeprom();

// Read the user config from EEPROM
user_config.raw = eeconfig_read_user();

Expand Down

0 comments on commit 54e671a

Please sign in to comment.