diff --git a/right/src/current_keymap.c b/right/src/current_keymap.c index b033cec..c285a97 100644 --- a/right/src/current_keymap.c +++ b/right/src/current_keymap.c @@ -2,7 +2,7 @@ #include "arduino_hid/ConsumerAPI.h" #include "arduino_hid/SystemAPI.h" -// TODO: Restore Ctrl and Super keys where they belong. +// TODO: Restore Ctrl and Super keys and Mod+N. key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE] = { // Base layer @@ -137,7 +137,7 @@ key_action_t CurrentKeymap[LAYER_COUNT][SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE] = { .type = KeyActionType_Keystroke, .keystroke = { .scancode = HID_KEYBOARD_SC_PAGE_DOWN }}, // Row 4 - { .type = KeyActionType_None }, + { .type = KeyActionType_Keystroke, .keystroke = { .scancode = HID_KEYBOARD_SC_ESCAPE }}, { .type = KeyActionType_None }, { .type = KeyActionType_None }, { .type = KeyActionType_None },