summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert2016-02-04 20:01:57 -0500
committerJack Humbert2016-02-04 20:01:57 -0500
commit51964eda0cf31937dc5cf73781dca1b9989cfda1 (patch)
treea18f1d5bd47d3d2f165fe5280e4bf2cc231f876e
parent8698edbb2889c817b6b05aef5505e378cfc93824 (diff)
parentc29ad125a7a58d5a2ced0a619165204136da9019 (diff)
Merge pull request #126 from fernandodeperto/keymap_nordic
Fix 2 macros in the Nordic keymap
-rw-r--r--quantum/keymap_extras/keymap_nordic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/keymap_extras/keymap_nordic.h b/quantum/keymap_extras/keymap_nordic.h
index 02a704216..7ef41fb79 100644
--- a/quantum/keymap_extras/keymap_nordic.h
+++ b/quantum/keymap_extras/keymap_nordic.h
@@ -48,12 +48,12 @@
#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