diff options
author | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 |
---|---|---|
committer | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 |
commit | a36b2a0756761513a9853af78d61e8b666b34aa7 (patch) | |
tree | a783cea131f5afe22788809a069b1a365a9c3fba /quantum/keymap_extras/keymap_french.h | |
parent | 8610481c372e9de02fe1ec7b77a9f3598a72a372 (diff) | |
parent | 213cb2c24306e198e717fc162806201567666f36 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'quantum/keymap_extras/keymap_french.h')
-rw-r--r-- | quantum/keymap_extras/keymap_french.h | 4 |
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 |