diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-03 17:13:55 +0100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-03 08:13:55 -0800 |
| commit | e76bf17d36c3e23d4c780ab7dd0a10b5883889a2 (patch) | |
| tree | 86220261daa80f6d1fd8b3bf4605132052eccfa8 /quantum/keymap_extras/keymap_french.h | |
| parent | 6cb2d7ba6dc19fe579fac856fbce36be0f8384f6 (diff) | |
| download | qmk_firmware-e76bf17d36c3e23d4c780ab7dd0a10b5883889a2.tar.gz qmk_firmware-e76bf17d36c3e23d4c780ab7dd0a10b5883889a2.zip | |
Remove redundant, language-specific aliases for KC_ALGR (#4720)
* Use standard KC_ALGR, remove language-specific redefinitions
* Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps
* Remove BE_LALT, BE_LGUI aliases
Diffstat (limited to 'quantum/keymap_extras/keymap_french.h')
| -rw-r--r-- | quantum/keymap_extras/keymap_french.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/keymap_extras/keymap_french.h b/quantum/keymap_extras/keymap_french.h index d2de859ee..bef775470 100644 --- a/quantum/keymap_extras/keymap_french.h +++ b/quantum/keymap_extras/keymap_french.h | |||
| @@ -18,9 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "keymap.h" | 19 | #include "keymap.h" |
| 20 | 20 | ||
| 21 | // Alt gr | ||
| 22 | #define FR_ALGR KC_RALT | ||
| 23 | |||
| 24 | // Normal characters | 21 | // Normal characters |
| 25 | #define FR_SUP2 KC_GRV | 22 | #define FR_SUP2 KC_GRV |
| 26 | #define FR_AMP KC_1 | 23 | #define FR_AMP KC_1 |
