Skip to content

Commit

Permalink
Merge pull request #1388 from bigbigtor/fix_spanish
Browse files Browse the repository at this point in the history
Fix spanish keymap
  • Loading branch information
jackhumbert authored Jun 12, 2017
2 parents a5b5279 + 21fa166 commit d1854e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quantum/keymap_extras/keymap_spanish.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
#define ES_UMLT LSFT(ES_GRV)

#define ES_GRTR LSFT(ES_LESS)
#define ES_SCLN LSFT(ES_COMM)
#define ES_COLN LSFT(ES_DOT)
#define ES_SCLN LSFT(KC_COMM)
#define ES_COLN LSFT(KC_DOT)
#define ES_UNDS LSFT(ES_MINS)

// Alt Gr-ed characters
Expand All @@ -72,6 +72,6 @@
#define ES_RBRC ALGR(ES_PLUS)

#define ES_LCBR ALGR(ES_ACUT)
#define ES_RCRB ALGR(ES_CCED)
#define ES_RCBR ALGR(ES_CCED)

#endif

0 comments on commit d1854e0

Please sign in to comment.