Skip to content

Commit

Permalink
Add => key
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jun 26, 2013
1 parent f797919 commit ec29390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion firmware/keyboard/ergodox/layout/qwerty-kinesis-mod.c
Expand Up @@ -60,6 +60,8 @@ void P(m_arrowL)(void) { KF(type_string)( PSTR("->") ); }
void R(m_arrowL)(void) {}
void P(m_sep)(void) { KF(type_string)( PSTR("::") ); }
void R(m_sep)(void) {}
void P(m_fatcomma)(void) { KF(type_string)( PSTR("=>") ); }
void R(m_fatcomma)(void) {}

// ----------------------------------------------------------------------------
// layout
Expand All @@ -80,7 +82,7 @@ static _layout_t _layout = {
grave, q, w, e, r, t, bkslash,
tab, a, s, d, f, g,
shiftL, z, x, c, v, b, lpupo1l1,
pause, m_arrowL, m_sep, nop, nop,
pause, m_arrowL, m_sep, m_fatcomma, nop,
ctrlL, altL,
nop, nop, home,
bs, guiL, nop,
Expand Down

0 comments on commit ec29390

Please sign in to comment.