diff options
Diffstat (limited to 'quantum/keymap_extras/keymap_brazilian_abnt2.h')
-rw-r--r-- | quantum/keymap_extras/keymap_brazilian_abnt2.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/quantum/keymap_extras/keymap_brazilian_abnt2.h b/quantum/keymap_extras/keymap_brazilian_abnt2.h index b5892183be..24bfdd1de4 100644 --- a/quantum/keymap_extras/keymap_brazilian_abnt2.h +++ b/quantum/keymap_extras/keymap_brazilian_abnt2.h @@ -158,3 +158,23 @@ #define BR_MORD ALGR(BR_RBRC) // º // Row 4 #define BR_CRUZ ALGR(BR_C) // ₢ + +// DEPRECATED +#define BR_CCDL BR_CCED +#define BR_DQT BR_DQUO +#define BR_TRMA BR_DIAE +#define BR_GRAV BR_GRV +#define BR_KPDT BR_PDOT +#define BR_KPCM BR_PCMM +#define BR_1UP BR_SUP1 +#define BR_2UP BR_SUP2 +#define BR_3UP BR_SUP3 +#define BR_ASLS BR_SLSH +#define BR_AQST BR_QUES + +// Not present on Windows 10? +#define BR_NDTD ALGR(BR_TILD) // ~ +#define BR_NDAC ALGR(BR_ACUT) // ´ +#define BR_NDGV ALGR(BR_QUOT) // ` +#define BR_NDCR ALGR(BR_CIRC) // ^ +#define BR_NDTR ALGR(BR_DIAE) // ¨ |