summaryrefslogtreecommitdiffstats
path: root/users/turbomech/turbomech.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-02 02:25:08 +1000
committerGitHub <noreply@github.com>2023-06-01 17:25:08 +0100
commita4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch)
tree72ff0bd7c826424771d92709abab5fe43e7bcda1 /users/turbomech/turbomech.c
parent45c9bc4e551fe8014d9f0674b95b3422de16408f (diff)
Unicodemap keycodes rename (#21092)
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));