From 3a3e5abac992712a8bb4e9b61430f5fc62dc6043 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Wed, 31 May 2023 11:44:06 -0700 Subject: [Keymap] Drashna Keymap updates for 0.21.0 (#21073) --- keyboards/moonlander/keymaps/drashna/keymap.c | 2 +- keyboards/moonlander/keymaps/drashna/rules.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/moonlander') 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); } diff --git a/keyboards/moonlander/keymaps/drashna/rules.mk b/keyboards/moonlander/keymaps/drashna/rules.mk index 927d956e9d..45113afc71 100644 --- a/keyboards/moonlander/keymaps/drashna/rules.mk +++ b/keyboards/moonlander/keymaps/drashna/rules.mk @@ -4,3 +4,5 @@ UNICODE_ENABLE = yes UNICODEMAP_ENABLE = no AUTOCORRECT_ENABLE = yes CAPS_WORD_ENABLE = yes + +BOOTLOADER = tinyuf2 -- cgit v1.2.3