From a42d8e543791603ed01e3601da947af257622f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 9 Jul 2017 02:37:56 +0200 Subject: [PATCH] Also add Mod+N to Esc mapping for Laci. --- right/src/current_keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },