Tweaks keymap to reset on boot

master
Erez Zukerman 2017-03-08 19:43:10 -05:00
parent bfa7e6ce04
commit 7c7a77d4bf
1 changed files with 1 additions and 1 deletions

View 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();
};