summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/keymap_french.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-21 20:56:54 -0400
committerGitHub <noreply@github.com>2016-07-21 20:56:54 -0400
commit940358ed4f5cdb9ff6b6a21e2fd9b3f0c35a4347 (patch)
treea9ac37840abf07a069474f3a88b2dd68e80d1aa7 /quantum/keymap_extras/keymap_french.h
parent62a6d3a6f57fa55a016497d88b725cc82c395194 (diff)
parent4278d8861526ed285d9d00badcdc8c121454be60 (diff)
Merge pull request #518 from jakllsch/upstream
keymap_extras changes
Diffstat (limited to 'quantum/keymap_extras/keymap_french.h')
-rw-r--r--quantum/keymap_extras/keymap_french.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/keymap_french.h b/quantum/keymap_extras/keymap_french.h
index 2a44c80b14..834c69650e 100644
--- a/quantum/keymap_extras/keymap_french.h
+++ b/quantum/keymap_extras/keymap_french.h
@@ -4,7 +4,7 @@
#include "keymap.h"
// Alt gr
-#define ALGR(kc) kc | 0x1400
+#define ALGR(kc) RALT(kc)
#define NO_ALGR KC_RALT
// Normal characters
@@ -80,4 +80,4 @@
#define FR_EURO ALGR(KC_E)
#define FR_BULT ALGR(FR_DLR)
-#endif \ No newline at end of file
+#endif