Also add Mod+N to Esc mapping for Laci.

This commit is contained in:
László Monda
2017-07-09 02:37:56 +02:00
parent e17d53461f
commit a42d8e5437

View File

@@ -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 },