Blame layout.en.inc.c

d3e9d7
#ifndef LAYOUT_EN_INC_C
d3e9d7
#define LAYOUT_EN_INC_C
d3e9d7
d3e9d7
d3e9d7
#include "layout.defs.h"
d3e9d7
d3e9d7
d3e9d7
Key keysEn[] = {
569832
  HEADER(FW)
37122c
  { X0, Y1, W, H, XK_grave, XK_asciitilde },
37122c
  { N, 0, 0, 0, XK_1, XK_exclam },
d3e9d7
  { N, 0, 0, 0, XK_2, XK_at },
d3e9d7
  { N, 0, 0, 0, XK_3, XK_numbersign },
d3e9d7
  { N, 0, 0, 0, XK_4, XK_dollar },
d3e9d7
  { N, 0, 0, 0, XK_5, XK_percent },
d3e9d7
  { N, 0, 0, 0, XK_6, XK_asciicircum },
d3e9d7
  { N, 0, 0, 0, XK_7, XK_ampersand },
d3e9d7
  { N, 0, 0, 0, XK_8, XK_asterisk },
d3e9d7
  { N, 0, 0, 0, XK_9, XK_parenleft },
d3e9d7
  { N, 0, 0, 0, XK_0, XK_parenright },
37122c
  { N, 0, 0, 0, XK_BackSpace, 0, "⌫" },
37122c
  { X0, N, 0, 0, XK_q },
d3e9d7
  { N, 0, 0, 0, XK_w },
d3e9d7
  { N, 0, 0, 0, XK_e },
d3e9d7
  { N, 0, 0, 0, XK_r },
d3e9d7
  { N, 0, 0, 0, XK_t },
d3e9d7
  { N, 0, 0, 0, XK_y },
d3e9d7
  { N, 0, 0, 0, XK_u },
d3e9d7
  { N, 0, 0, 0, XK_i },
d3e9d7
  { N, 0, 0, 0, XK_o },
d3e9d7
  { N, 0, 0, 0, XK_p },
569832
  { N, 0, 0, 0, XK_bracketleft, XK_braceleft },
569832
  { N, 0, 0, 0, XK_bracketright, XK_braceright },
37122c
  { X0, N, 0, 0, XK_a },
d3e9d7
  { N, 0, 0, 0, XK_s },
d3e9d7
  { N, 0, 0, 0, XK_d },
d3e9d7
  { N, 0, 0, 0, XK_f },
d3e9d7
  { N, 0, 0, 0, XK_g },
d3e9d7
  { N, 0, 0, 0, XK_h },
d3e9d7
  { N, 0, 0, 0, XK_j },
d3e9d7
  { N, 0, 0, 0, XK_k },
d3e9d7
  { N, 0, 0, 0, XK_l },
569832
  { N, 0, 0, 0, XK_semicolon, XK_colon },
569832
  { N, 0, 0, 0, XK_apostrophe, XK_quotedbl },
37122c
  { N, 0, 0, 0, XK_minus, XK_underscore },
37122c
  { X0, N, 0, 0, XK_Tab, 0, "⇥", "", KF_HIGHLIGHT },
37122c
  { N, 0, 0, 0, XK_z },
d3e9d7
  { N, 0, 0, 0, XK_x },
d3e9d7
  { N, 0, 0, 0, XK_c },
d3e9d7
  { N, 0, 0, 0, XK_v },
d3e9d7
  { N, 0, 0, 0, XK_b },
d3e9d7
  { N, 0, 0, 0, XK_n },
d3e9d7
  { N, 0, 0, 0, XK_m },
569832
  { N, 0, 0, 0, XK_comma, XK_less },
569832
  { N, 0, 0, 0, XK_period, XK_greater },
569832
  { N, 0, 0, 0, XK_slash, XK_question },
37122c
  { N, 0, 0, 0, XK_equal, XK_plus },
37122c
  { X0, N, W+S+W, 0, XK_Shift_L, 0, "Shift", "", KF_HOLD | KF_HIGHLIGHT },
37122c
  { N, 0, W, 0, 0, 0, "Fn", "", KF_LAYOUT, 1 },
37122c
  { N, 0, 0, 0, 0, 0, "<--", "", KF_LAYOUT, LI_PREV },
37122c
  { N, 0, 0, 0, 0, 0, "-->", "", KF_LAYOUT, LI_NEXT },
37122c
  { N, 0, W+S+W, 0, XK_space },
37122c
  { N, 0, W, 0, XK_backslash, XK_bar },
37122c
  { N, 0, 0, 0, XK_Control_R, 0, "Ctrl", "", KF_HOLD | KF_HIGHLIGHT },
37122c
  { N, 0, 0, 0, XK_Alt_R, 0, "Alt", "", KF_HOLD | KF_HIGHLIGHT },
37122c
  { N, 0, W+S+W, 0, XK_Return, 0, "Enter", "", KF_HIGHLIGHT },
569832
  FOOTER(FW)
d3e9d7
};
d3e9d7
d3e9d7
#endif