fix(core): fix the previous commit for the KC_GLOBE key

This commit is contained in:
Christian C. Berclaz
2024-11-17 13:51:06 +01:00
parent 74bef5b463
commit 20cc8b0766
2 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ enum qk_keycode_defines {
KC_ASST = KC_ASSISTANT,
KC_MCTL = KC_MISSION_CONTROL,
KC_LPAD = KC_LAUNCHPAD,
KC_GLBE = KC_GLOBE,
KC_GLB = KC_GLOBE,
MS_UP = QK_MOUSE_CURSOR_UP,
MS_DOWN = QK_MOUSE_CURSOR_DOWN,
MS_LEFT = QK_MOUSE_CURSOR_LEFT,