summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/sendstring_spanish.h
diff options
context:
space:
mode:
authorjoseandres42 <joseandres42@gmail.com>2020-04-19 02:12:36 +0200
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commitea3557fc292f978eea00934fb316ae43bf5fe299 (patch)
tree03aa24c8338480b8c714c9db4fd8e891a2639c24 /quantum/keymap_extras/sendstring_spanish.h
parent5f62d5ce927c0544b770056cf4765cfe2e13933d (diff)
Add dvorak's spanish variant to quantum/keymap_extras (#8732)
* Added dvorak's spanish variant. * Fixed spacing * Fixed filename typo * Applied fixes and suggestions. * Fixed spacing * Added sendstring_spanish_dvorak.h * Fixed sendstring_spanish.h * Update quantum/keymap_extras/sendstring_spanish_dvorak.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/sendstring_spanish.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/sendstring_spanish_dvorak.h Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: joseandres42 <joseandres42@Orion-PC.localdomain> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/keymap_extras/sendstring_spanish.h')
-rw-r--r--quantum/keymap_extras/sendstring_spanish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/sendstring_spanish.h b/quantum/keymap_extras/sendstring_spanish.h
index 15d6c02845..03c8fe7483 100644
--- a/quantum/keymap_extras/sendstring_spanish.h
+++ b/quantum/keymap_extras/sendstring_spanish.h
@@ -94,5 +94,5 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
// p q r s t u v w
ES_P, ES_Q, ES_R, ES_S, ES_T, ES_U, ES_V, ES_W,
// x y z { | } ~ DEL
- ES_X, ES_Y, ES_Z, ES_ACUT, ES_1, ES_CCED, ES_NTIL, KC_DEL
+ ES_X, ES_Y, ES_Z, ES_ACUT, ES_1, ES_CCED, ES_4, KC_DEL
};