Skip to content

Commit

Permalink
Small corrections to Belgian, Serbian and Slovenian keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan committed Apr 6, 2020
1 parent d1190df commit d6bffdf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_belgian.h
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_serbian.h
Expand Up @@ -111,8 +111,8 @@
#define RS_LPRN S(RS_8) // (
#define RS_RPRN S(RS_9) // )
#define RS_EQL S(RS_0) // =
#define RS_DEG S(RS_QUOT) // ?
#define RS_UNDS S(RS_PLUS) // *
#define RS_QUES S(RS_QUOT) // ?
#define RS_ASTR S(RS_PLUS) // *
// Row 4
#define RS_RABK S(RS_LABK) // >
#define RS_SCLN S(RS_COMM) // ;
Expand Down
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_serbian_latin.h
Expand Up @@ -111,8 +111,8 @@
#define RS_LPRN S(RS_8) // (
#define RS_RPRN S(RS_9) // )
#define RS_EQL S(RS_0) // =
#define RS_DEG S(RS_QUOT) // ?
#define RS_UNDS S(RS_PLUS) // *
#define RS_QUES S(RS_QUOT) // ?
#define RS_ASTR S(RS_PLUS) // *
// Row 4
#define RS_RABK S(RS_LABK) // >
#define RS_SCLN S(RS_COMM) // ;
Expand Down
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_slovenian.h
Expand Up @@ -137,11 +137,11 @@
#define SI_CARN ALGR(SI_2) // ˇ (dead)
#define SI_CIRC ALGR(SI_3) // ^ (dead)
#define SI_BREV ALGR(SI_4) // ˘ (dead)
#define SI_DEG ALGR(SI_5) // ° (dead)
#define SI_RNGA ALGR(SI_5) // ° (dead)
#define SI_OGON ALGR(SI_6) // ˛ (dead)
#define SI_GRV ALGR(SI_7) // `
#define SI_DOTA ALGR(SI_8) // ˙ (dead)
#define SI_ACCU ALGR(SI_9) // ´ (dead)
#define SI_ACUT ALGR(SI_9) // ´ (dead)
#define SI_DACU ALGR(SI_0) // ˝ (dead)
// Row 2
#define SI_BSLS ALGR(SI_Q) // (backslash)
Expand Down

0 comments on commit d6bffdf

Please sign in to comment.