diff options
Diffstat (limited to 'quantum/keymap_extras/keymap_bepo.h')
-rw-r--r-- | quantum/keymap_extras/keymap_bepo.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/keymap_extras/keymap_bepo.h b/quantum/keymap_extras/keymap_bepo.h index 05fd2b002..e6545a7a8 100644 --- a/quantum/keymap_extras/keymap_bepo.h +++ b/quantum/keymap_extras/keymap_bepo.h | |||
@@ -21,10 +21,7 @@ | |||
21 | 21 | ||
22 | // Alt gr | 22 | // Alt gr |
23 | #ifndef ALTGR | 23 | #ifndef ALTGR |
24 | #define ALTGR(kc) RALT(kc) | 24 | #define ALTGR(kc) ALGR(kc) |
25 | #endif | ||
26 | #ifndef ALGR | ||
27 | #define ALGR(kc) ALTGR(kc) | ||
28 | #endif | 25 | #endif |
29 | #define BP_ALGR KC_RALT | 26 | #define BP_ALGR KC_RALT |
30 | 27 | ||