summary refs log tree commit diff
path: root/quantum/keymap_extras
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-04-19 19:18:05 +1000
committerGitHub <noreply@github.com>2020-04-19 19:18:05 +1000
commit43785126a78b3f34e4205ab8aaa4e70539bdb862 (patch)
treebd1d2077b9cebd4a8072983695127c58138c49fc /quantum/keymap_extras
parent8c97b4a3a4e744e6f3646bef1fd73c167a26a8b3 (diff)
parented910c8e973b8709e6f910271824cfa56adfb7d1 (diff)
Merge pull request #8710 from vomindoraan/keymap_extras_fixup
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r--quantum/keymap_extras/keymap_belgian.h4
-rw-r--r--quantum/keymap_extras/keymap_greek.h2
-rw-r--r--quantum/keymap_extras/keymap_serbian.h4
-rw-r--r--quantum/keymap_extras/keymap_serbian_latin.h4
-rw-r--r--quantum/keymap_extras/keymap_slovenian.h4
-rw-r--r--quantum/keymap_extras/keymap_swedish.h1
6 files changed, 10 insertions, 9 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
diff --git a/quantum/keymap_extras/keymap_greek.h b/quantum/keymap_extras/keymap_greek.h
index 6ea9f289b0..a2525959bc 100644
--- a/quantum/keymap_extras/keymap_greek.h
+++ b/quantum/keymap_extras/keymap_greek.h
@@ -114,7 +114,7 @@
 #define GR_PLUS S(GR_EQL)  // +
 // Row 2
 #define GR_COLN S(GR_SCLN) // :
-#define GR_DTON S(GR_FSIG) // ΅ (dead)
+#define GR_DIAT S(GR_FSIG) // ΅ (dead)
 #define GR_LCBR S(GR_LBRC) // {
 #define GR_RCBR S(GR_RBRC) // }
 // Row 3
diff --git a/quantum/keymap_extras/keymap_serbian.h b/quantum/keymap_extras/keymap_serbian.h
index 3cde5820af..738a2d4afb 100644
--- a/quantum/keymap_extras/keymap_serbian.h
+++ b/quantum/keymap_extras/keymap_serbian.h
@@ -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) // ;
diff --git a/quantum/keymap_extras/keymap_serbian_latin.h b/quantum/keymap_extras/keymap_serbian_latin.h
index 363b7fdc1e..b514102c02 100644
--- a/quantum/keymap_extras/keymap_serbian_latin.h
+++ b/quantum/keymap_extras/keymap_serbian_latin.h
@@ -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) // ;
diff --git a/quantum/keymap_extras/keymap_slovenian.h b/quantum/keymap_extras/keymap_slovenian.h
index c479cc07ba..d24c9c6355 100644
--- a/quantum/keymap_extras/keymap_slovenian.h
+++ b/quantum/keymap_extras/keymap_slovenian.h
@@ -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)
diff --git a/quantum/keymap_extras/keymap_swedish.h b/quantum/keymap_extras/keymap_swedish.h
index a4d4c3023d..4d2eaa9783 100644
--- a/quantum/keymap_extras/keymap_swedish.h
+++ b/quantum/keymap_extras/keymap_swedish.h
@@ -162,6 +162,7 @@
 #define SE_BULT SE_CURR
 #define SE_GRTR SE_RABK
 #define SE_AA   SE_ARNG
+#define SE_AE   SE_ADIA
 #define SE_AM   SE_ARNG
 #define SE_MU   SE_MICR
 // Swedish macOS symbols (not vetted)