summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-05 11:05:14 -0400
committerGitHub <noreply@github.com>2016-07-05 11:05:14 -0400
commit421ff74e0c08df7424144674cd88da3b34b30fc9 (patch)
tree3667596953301594474df2fa1d15a53eb20df696 /quantum
parent99846b10e858b6e4fd72e86e057711285d6a7734 (diff)
parent132c04746910f7230b63ed33717c4ed65599ed1b (diff)
Merge pull request #471 from Chipairon/patch-1
Fix for '~' in spanish layout
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_extras/keymap_spanish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/keymap_spanish.h b/quantum/keymap_extras/keymap_spanish.h
index 512d8a374b..af76e39fcb 100644
--- a/quantum/keymap_extras/keymap_spanish.h
+++ b/quantum/keymap_extras/keymap_spanish.h
@@ -49,7 +49,7 @@
#define ES_PIPE ALGR(KC_1)
#define ES_AT ALGR(KC_2)
#define ES_HASH ALGR(KC_3)
-#define ES_TILD ALGR(KC_4)
+#define ES_TILD ALGR(ES_NTIL)
#define ES_EURO ALGR(KC_5)
#define ES_NOT ALGR(KC_6)
@@ -59,4 +59,4 @@
#define ES_LCBR ALGR(ES_ACUT)
#define ES_RCRB ALGR(ES_CCED)
-#endif \ No newline at end of file
+#endif