summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <0x6664@hey.com>2021-04-21 10:13:35 +0900
committerFlorian Didron <0x6664@hey.com>2021-04-21 10:13:35 +0900
commitd2cf9c1c36675913735ea63e118d9dc771434c8f (patch)
treec5bdf131998367fbefb90b3d1e05ef8085a65195
parentfd09f4bc2f0e5e3d770f090e9093aa05628f8bb0 (diff)
fix: missing icelandic mappings
-rw-r--r--quantum/keymap_extras/keymap_contributions.h50
1 files changed, 28 insertions, 22 deletions
diff --git a/quantum/keymap_extras/keymap_contributions.h b/quantum/keymap_extras/keymap_contributions.h
index 197dfd0f7c..b380842705 100644
--- a/quantum/keymap_extras/keymap_contributions.h
+++ b/quantum/keymap_extras/keymap_contributions.h
@@ -297,28 +297,34 @@
#define FRCA_33 S(KC_2)
// Icelandic
-#define IS_01 S(KC_DOT)
-#define IS_02 S(KC_COMMA)
-#define IS_03 ALGR(KC_NONUS_BSLASH)
-#define IS_04 S(KC_NONUS_BSLASH)
-#define IS_05 KC_NONUS_BSLASH
-#define IS_06 S(KC_BSLASH)
-#define IS_07 S(KC_QUOTE)
-#define IS_08 S(KC_RBRACKET)
-#define IS_09 S(KC_EQUAL)
-#define IS_10 S(KC_GRAVE)
-#define IS_11 S(KC_0)
-#define IS_12 S(KC_8)
-#define IS_13 S(KC_7)
-#define IS_14 S(KC_6)
-#define IS_15 KC_BSLASH
-#define IS_16 KC_QUOTE
-#define IS_17 KC_RBRACKET
-#define IS_18 KC_EQUAL
-#define IS_19 KC_GRAVE
-#define IS_20 KC_MINUS
-#define IS_21 KC_SCOLON
-#define IS_22 KC_LBRACKET
+#define IS_01 S(KC_DOT) //:
+#define IS_02 S(KC_COMMA) //;
+#define IS_03 ALGR(KC_NONUS_BSLASH) //|
+#define IS_04 S(KC_NONUS_BSLASH) //>
+#define IS_05 KC_NONUS_BSLASH //<
+#define IS_06 S(KC_BSLASH)// *
+#define IS_07 S(KC_QUOTE) //´
+#define IS_08 S(KC_RBRACKET) //?
+#define IS_09 S(KC_EQUAL) //_
+#define IS_10 S(KC_GRAVE) //¨
+#define IS_11 S(KC_0) //=
+#define IS_12 S(KC_8) //(
+#define IS_13 S(KC_7) //°
+#define IS_14 S(KC_6) //&
+#define IS_15 KC_BSLASH //+
+#define IS_16 KC_QUOTE //´
+#define IS_17 KC_RBRACKET //'
+#define IS_18 KC_EQUAL //-
+#define IS_19 KC_GRAVE //°
+#define IS_20 KC_MINUS //ö
+#define IS_21 KC_SCOLON //æ
+#define IS_22 KC_LBRACKET //ð
+#define IS_23 S(KC_9) //)
+#define IS_24 S(KC_2) //"
+#define IS_25 S(KC_MINUS) //Ö
+#define IS_26 S(KC_SLASH) //Þ
+#define IS_27 S(KC_SCOLON) //Æ
+#define IS_28 S(KC_LBRACKET) //Ð
// Spanish LATAM
#define ES_LA_00 ALGR(KC_MINUS)