diff options
Diffstat (limited to 'quantum/keymap_extras/sendstring_spanish.h')
| -rw-r--r-- | quantum/keymap_extras/sendstring_spanish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/sendstring_spanish.h b/quantum/keymap_extras/sendstring_spanish.h index 405cf9b0a..b984a6f46 100644 --- a/quantum/keymap_extras/sendstring_spanish.h +++ b/quantum/keymap_extras/sendstring_spanish.h | |||
| @@ -96,5 +96,5 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | |||
| 96 | // p q r s t u v w | 96 | // p q r s t u v w |
| 97 | ES_P, ES_Q, ES_R, ES_S, ES_T, ES_U, ES_V, ES_W, | 97 | ES_P, ES_Q, ES_R, ES_S, ES_T, ES_U, ES_V, ES_W, |
| 98 | // x y z { | } ~ DEL | 98 | // x y z { | } ~ DEL |
| 99 | ES_X, ES_Y, ES_Z, ES_ACUT, ES_1, ES_CCED, ES_NTIL, KC_DEL | 99 | ES_X, ES_Y, ES_Z, ES_ACUT, ES_1, ES_CCED, ES_4, KC_DEL |
| 100 | }; | 100 | }; |
