summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/luke
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-09-07 03:07:08 +1000
committerGitHub <noreply@github.com>2022-09-06 18:07:08 +0100
commit8833b283610ce34e9be65ed3fc2c477258188de7 (patch)
treed4c6204d14b83029399a6133ab5727afb60b12c6 /keyboards/planck/keymaps/luke
parentc6ab11bc45ef6e5530d4aba0afd68d3ff6992a9d (diff)
Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)
Diffstat (limited to 'keyboards/planck/keymaps/luke')
-rw-r--r--keyboards/planck/keymaps/luke/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/luke/keymap.c b/keyboards/planck/keymaps/luke/keymap.c
index 1fa0ea0745..8f20a55867 100644
--- a/keyboards/planck/keymaps/luke/keymap.c
+++ b/keyboards/planck/keymaps/luke/keymap.c
@@ -325,7 +325,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
set_unicode_input_mode(UC_LNX);
break;
case M_OSX:
- set_unicode_input_mode(UC_OSX);
+ set_unicode_input_mode(UC_MAC);
break;
case M_FUNCTION:
if (record->event.pressed) {