summaryrefslogtreecommitdiff
path: root/users/turbomech/turbomech.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/turbomech/turbomech.c')
-rw-r--r--users/turbomech/turbomech.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/turbomech/turbomech.c b/users/turbomech/turbomech.c
index 892db1b927..75796fb8fb 100644
--- a/users/turbomech/turbomech.c
+++ b/users/turbomech/turbomech.c
@@ -101,8 +101,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
register_code(KC_LPRN);
unregister_code(KC_LPRN);
- register_code(X(0x00B0));
- unregister_code(X(0x00B0));
+ register_unicode(0x00B0);
UC(0x256F);
PROCESS_UNICODE(UC(0x00B0));