diff options
author | Víctor <bigtor@bigtor-pc.casa> | 2017-06-12 20:49:51 +0200 |
---|---|---|
committer | Víctor <bigtor@bigtor-pc.casa> | 2017-06-12 21:43:34 +0200 |
commit | 2c404cca1222fe2ceee0975605dcfc53f1e57262 (patch) | |
tree | ab017ffdce8d55e8e2dc6377d07a0e0250fc5210 /quantum/keymap_extras/keymap_spanish.h | |
parent | a5b5279da91156ed530b43be2cc546df968db6da (diff) | |
download | qmk_firmware-2c404cca1222fe2ceee0975605dcfc53f1e57262.tar.gz qmk_firmware-2c404cca1222fe2ceee0975605dcfc53f1e57262.zip |
Fix keymap definitions referencing inexistent macros
Diffstat (limited to 'quantum/keymap_extras/keymap_spanish.h')
-rw-r--r-- | quantum/keymap_extras/keymap_spanish.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/keymap_spanish.h b/quantum/keymap_extras/keymap_spanish.h index 3a5787e9c..e859001e8 100644 --- a/quantum/keymap_extras/keymap_spanish.h +++ b/quantum/keymap_extras/keymap_spanish.h | |||
@@ -55,8 +55,8 @@ | |||
55 | #define ES_UMLT LSFT(ES_GRV) | 55 | #define ES_UMLT LSFT(ES_GRV) |
56 | 56 | ||
57 | #define ES_GRTR LSFT(ES_LESS) | 57 | #define ES_GRTR LSFT(ES_LESS) |
58 | #define ES_SCLN LSFT(ES_COMM) | 58 | #define ES_SCLN LSFT(KC_COMM) |
59 | #define ES_COLN LSFT(ES_DOT) | 59 | #define ES_COLN LSFT(KC_DOT) |
60 | #define ES_UNDS LSFT(ES_MINS) | 60 | #define ES_UNDS LSFT(ES_MINS) |
61 | 61 | ||
62 | // Alt Gr-ed characters | 62 | // Alt Gr-ed characters |