diff options
| author | 2019-01-03 17:13:55 +0100 | |
|---|---|---|
| committer | 2019-01-03 08:13:55 -0800 | |
| commit | e76bf17d36c3e23d4c780ab7dd0a10b5883889a2 (patch) | |
| tree | 86220261daa80f6d1fd8b3bf4605132052eccfa8 /keyboards/xd75/keymaps | |
| parent | 6cb2d7ba6dc19fe579fac856fbce36be0f8384f6 (diff) | |
| download | qmk_firmware-e76bf17d36c3e23d4c780ab7dd0a10b5883889a2.tar.gz | |
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 'keyboards/xd75/keymaps')
| -rw-r--r-- | keyboards/xd75/keymaps/germanized/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/xd75/keymaps/germanized/config.h b/keyboards/xd75/keymaps/germanized/config.h index 379b95471..dd3f32275 100644 --- a/keyboards/xd75/keymaps/germanized/config.h +++ b/keyboards/xd75/keymaps/germanized/config.h @@ -27,9 +27,6 @@ //Tap Dancing #define TAPPING_TERM 200 -// Alt gr -#define DE_ALGR KC_RALT - // normal characters #define DE_Z KC_Y #define DE_Y KC_Z |