diff options
author | Félix Sanz <felixsanz@users.noreply.github.com> | 2020-09-01 00:23:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 08:23:31 +1000 |
commit | 69804bb243989c06d276581cfdcc9e2f6fb188e6 (patch) | |
tree | 7592fb1b4d5287a70324d5b0624fe76b836b13b2 /quantum/keymap_extras | |
parent | a3db72df7299140e52f57d082a3742a8b480a226 (diff) | |
download | qmk_firmware-69804bb243989c06d276581cfdcc9e2f6fb188e6.tar.gz qmk_firmware-69804bb243989c06d276581cfdcc9e2f6fb188e6.zip |
Fixed Spanish keymap extra ES_DIAE symbol (#10211)
* 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>
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r-- | quantum/keymap_extras/keymap_spanish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_spanish.h b/quantum/keymap_extras/keymap_spanish.h index 26725a0c9..1465ecc81 100644 --- a/quantum/keymap_extras/keymap_spanish.h +++ b/quantum/keymap_extras/keymap_spanish.h | |||
@@ -117,7 +117,7 @@ | |||
117 | #define ES_CIRC S(ES_GRV) // ^ (dead) | 117 | #define ES_CIRC S(ES_GRV) // ^ (dead) |
118 | #define ES_ASTR S(ES_PLUS) // * | 118 | #define ES_ASTR S(ES_PLUS) // * |
119 | // Row 3 | 119 | // Row 3 |
120 | #define ES_DIAE S(ES_GRV) // ¨ (dead) | 120 | #define ES_DIAE S(ES_ACUT) // ¨ (dead) |
121 | // Row 4 | 121 | // Row 4 |
122 | #define ES_RABK S(ES_LABK) // > | 122 | #define ES_RABK S(ES_LABK) // > |
123 | #define ES_SCLN S(KC_COMM) // ; | 123 | #define ES_SCLN S(KC_COMM) // ; |