Преглед изворни кода

Tweaks keymap to reset on boot

Erez Zukerman пре 8 година
родитељ
комит
7c7a77d4bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      keyboards/ergodox/keymaps/reset_eeprom/keymap.c

+ 1 - 1
keyboards/ergodox/keymaps/reset_eeprom/keymap.c

@@ -111,7 +111,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 
 // Runs just one time when the keyboard initializes.
 void matrix_init_user(void) {
-
+  eeconfig_init();
 };