]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Tweaks keymap to reset on boot
authorErez Zukerman <bulk@ezuk.org>
Thu, 9 Mar 2017 00:43:10 +0000 (19:43 -0500)
committerErez Zukerman <bulk@ezuk.org>
Thu, 9 Mar 2017 00:43:10 +0000 (19:43 -0500)
keyboards/ergodox/keymaps/reset_eeprom/keymap.c

index f708454ce241c6a626db4b477427d15e601180e1..8d689765856f69d405cd76a9f24b995224a6151b 100644 (file)
@@ -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();
 };