summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sanz <felixsanz@users.noreply.github.com>2020-09-01 00:23:31 +0200
committerGitHub <noreply@github.com>2020-09-01 08:23:31 +1000
commit69804bb243989c06d276581cfdcc9e2f6fb188e6 (patch)
tree7592fb1b4d5287a70324d5b0624fe76b836b13b2
parenta3db72df7299140e52f57d082a3742a8b480a226 (diff)
Fixed Spanish keymap extra ES_DIAE symbol (#10211)0.10.2
* Fixed Spanish keymap extra ES_DIAE symbol `ES_DIAE` should be `S(ES_ACUT)` not `S(ES_GRV)` * Update quantum/keymap_extras/keymap_spanish.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
-rw-r--r--quantum/keymap_extras/keymap_spanish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_spanish.h b/quantum/keymap_extras/keymap_spanish.h
index 26725a0c93..1465ecc81b 100644
--- a/quantum/keymap_extras/keymap_spanish.h
+++ b/quantum/keymap_extras/keymap_spanish.h
@@ -117,7 +117,7 @@
#define ES_CIRC S(ES_GRV) // ^ (dead)
#define ES_ASTR S(ES_PLUS) // *
// Row 3
-#define ES_DIAE S(ES_GRV) // ¨ (dead)
+#define ES_DIAE S(ES_ACUT) // ¨ (dead)
// Row 4
#define ES_RABK S(ES_LABK) // >
#define ES_SCLN S(KC_COMM) // ;