diff options
Diffstat (limited to 'keyboards/moonlander/keymaps/drashna/keymap.c')
-rw-r--r-- | keyboards/moonlander/keymaps/drashna/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/keymaps/drashna/keymap.c b/keyboards/moonlander/keymaps/drashna/keymap.c index 2f38ac790c..491283c37a 100644 --- a/keyboards/moonlander/keymaps/drashna/keymap.c +++ b/keyboards/moonlander/keymaps/drashna/keymap.c @@ -156,7 +156,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) { case KC_SWAP_NUM: if (record->event.pressed) { userspace_config.swapped_numbers ^= 1; - eeconfig_update_user(userspace_config.raw); + eeconfig_update_user_config(&userspace_config.raw); unregister_code(KC_1); unregister_code(KC_2); } |