Fix for '~' in spanish layout

This commit is contained in:
Rubén Díaz-Jorge 2016-07-02 10:26:04 +02:00 committed by GitHub
parent 27354ae877
commit 132c047469
1 changed files with 2 additions and 2 deletions

View File

@ -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
#endif