diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-19 19:18:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 19:18:05 +1000 |
commit | 43785126a78b3f34e4205ab8aaa4e70539bdb862 (patch) | |
tree | bd1d2077b9cebd4a8072983695127c58138c49fc /quantum/keymap_extras/keymap_belgian.h | |
parent | 8c97b4a3a4e744e6f3646bef1fd73c167a26a8b3 (diff) | |
parent | ed910c8e973b8709e6f910271824cfa56adfb7d1 (diff) |
Merge pull request #8710 from vomindoraan/keymap_extras_fixup
Diffstat (limited to 'quantum/keymap_extras/keymap_belgian.h')
-rw-r--r-- | quantum/keymap_extras/keymap_belgian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/keymap_belgian.h b/quantum/keymap_extras/keymap_belgian.h index a6912afef5..c6363a4377 100644 --- a/quantum/keymap_extras/keymap_belgian.h +++ b/quantum/keymap_extras/keymap_belgian.h @@ -111,7 +111,7 @@ #define BE_8 S(BE_EXLM) // 8 #define BE_9 S(BE_CCED) // 9 #define BE_0 S(BE_AGRV) // 0 -#define BE_RNGA S(BE_RPRN) // ° +#define BE_DEG S(BE_RPRN) // ° #define BE_UNDS S(BE_MINS) // _ // Row 2 #define BE_DIAE S(BE_DCIR) // ¨ (dead) @@ -163,7 +163,7 @@ #define BE_PARA BE_SECT #define BE_MU BE_MICR #define BE_LESS BE_LABK -#define BE_OVRR BE_RNGA +#define BE_OVRR BE_DEG #define BE_UMLT BE_DIAE #define BE_GRTR BE_RABK #define BE_LSBR BE_LBRC |