Browse Source

Fix for '~' in spanish layout

Rubén Díaz-Jorge 9 years ago
parent
commit
132c047469
1 changed files with 2 additions and 2 deletions
  1. 2 2
      quantum/keymap_extras/keymap_spanish.h

+ 2 - 2
quantum/keymap_extras/keymap_spanish.h

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