]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix 2 macros in the Nordic keymap
authorFernando Mendonca <fernando.machado-mendonca@inria.fr>
Fri, 5 Feb 2016 00:50:54 +0000 (01:50 +0100)
committerFernando Mendonca <fernando.machado-mendonca@inria.fr>
Fri, 5 Feb 2016 00:50:54 +0000 (01:50 +0100)
By testing I found out that, at least on Linux using the Swedish layout,
two macros present on this file were wrong, for the backslash and pipe
keys. Jack helped me find the correct combination for the backslash and
that led me to the right one for pipe.

quantum/keymap_extras/keymap_nordic.h

index 02a704216a984bd41a5e834166e90ea67f4daedf..7ef41fb7917baca50415f65568b0656725e82d8b 100644 (file)
 #define NO_LBRC ALGR(KC_8)
 #define NO_RBRC ALGR(KC_9)
 #define NO_RCBR        ALGR(KC_0)
-#define NO_PIPE ALGR(NO_ACUT)
+#define NO_PIPE ALGR(KC_NUBS)
 
 #define NO_EURO ALGR(KC_E)
 #define NO_TILD ALGR(NO_QUOT)
 
-#define NO_BSLS ALGR(NO_LESS)
+#define NO_BSLS ALGR(KC_MINS)
 #define NO_MU  ALGR(KC_M)
 
-#endif
\ No newline at end of file
+#endif