summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras/keymap_french.h
diff options
context:
space:
mode:
authorJonathan Lucas <CommandLineDesign@gmail.com>2016-07-23 18:44:01 -0700
committerGitHub <noreply@github.com>2016-07-23 18:44:01 -0700
commit4059a16118e3abbc9eab2241693c60a1f19811b5 (patch)
treece711e757ab87d6d0b408d477b49e719b6d8f687 /quantum/keymap_extras/keymap_french.h
parent9ecf9073b96799e52a1f1c0d35b57177382902ce (diff)
parent8e1d96983aad19b3e4e72ece5db822e92d91342b (diff)
Merge pull request #1 from jackhumbert/master
Update from parent
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