From 5da6510d7c52626a3afe84f36b067b19d1d8da83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 12 Nov 2017 01:50:01 +0100 Subject: [PATCH] Use the menu key in the factory keymap. --- right/src/keymap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/right/src/keymap.c b/right/src/keymap.c index a2c4bbd..880436f 100644 --- a/right/src/keymap.c +++ b/right/src/keymap.c @@ -6,8 +6,6 @@ #include "config_parser/config_globals.h" #include "macros.h" -// TODO: Restore Ctrl and Super keys and Mod+N. - keymap_reference_t AllKeymaps[MAX_KEYMAP_NUM] = { { "FTY", 0, 3 } }; uint8_t AllKeymapsCount; uint8_t DefaultKeymapIndex; @@ -159,7 +157,7 @@ key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE] = { .type = KeyActionType_None }, { .type = KeyActionType_None }, { .type = KeyActionType_None }, - { .type = KeyActionType_None }, + { .type = HID_KEYBOARD_SC_MENU }, { .type = KeyActionType_Keystroke, .keystroke = { .scancode = HID_KEYBOARD_SC_RIGHT_SHIFT }}, { .type = KeyActionType_None },