forked from mirrors/qmk_userspace
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
This commit is contained in:
parent
6cb2d7ba6d
commit
e76bf17d36
29 changed files with 116 additions and 172 deletions
|
@ -18,12 +18,6 @@
|
|||
|
||||
#include "keymap.h"
|
||||
|
||||
#define BE_LGUI KC_LALT
|
||||
#define BE_LALT KC_LGUI
|
||||
|
||||
// Alt gr
|
||||
#define BE_ALGR KC_RALT
|
||||
|
||||
// Normal characters
|
||||
// Line 1
|
||||
#define BE_SUP2 KC_GRV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue