diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2018-12-12 19:17:19 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-12 10:17:19 -0800 |
commit | 28fbf84cc5ff52f545011ea4198a6cc6d054f896 (patch) | |
tree | caf444ec1231e5f0852eca8d07e2f8595a153002 /quantum/keymap_extras/keymap_french.h | |
parent | 8b6cdd17886db9847ff91be9c10a1788a7c74a6a (diff) | |
download | qmk_firmware-28fbf84cc5ff52f545011ea4198a6cc6d054f896.tar.gz qmk_firmware-28fbf84cc5ff52f545011ea4198a6cc6d054f896.zip |
Add standard definitions for ALGR and KC_ALGR (#4389)
* Add standard ALGR defition, remove (re)definitions from language files
* Use ALGR(kc) consistently in ALTGR(kc) aliases
* Non-Nordic keymaps should not use NO_ALGR
* Add standard KC_ALGR definition
* Update docs with ALGR and KC_ALGR
* Update SS_ALGR and ALGR_T aliases
Diffstat (limited to 'quantum/keymap_extras/keymap_french.h')
-rw-r--r-- | quantum/keymap_extras/keymap_french.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/keymap_extras/keymap_french.h b/quantum/keymap_extras/keymap_french.h index 3308dc5f7..d2de859ee 100644 --- a/quantum/keymap_extras/keymap_french.h +++ b/quantum/keymap_extras/keymap_french.h | |||
@@ -19,10 +19,7 @@ | |||
19 | #include "keymap.h" | 19 | #include "keymap.h" |
20 | 20 | ||
21 | // Alt gr | 21 | // Alt gr |
22 | #ifndef ALGR | 22 | #define FR_ALGR KC_RALT |
23 | #define ALGR(kc) RALT(kc) | ||
24 | #endif | ||
25 | #define NO_ALGR KC_RALT | ||
26 | 23 | ||
27 | // Normal characters | 24 | // Normal characters |
28 | #define FR_SUP2 KC_GRV | 25 | #define FR_SUP2 KC_GRV |