summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <0x6664@hey.com>2021-03-30 16:31:18 +0900
committerFlorian Didron <0x6664@hey.com>2021-03-30 16:31:18 +0900
commit70b3b5cdabd45befa5f4d251b50f2567458cd97a (patch)
tree462fe9c0a7b57fe5e866418ff1bb95aec39febb3
parentca83d05851e431df5cd7bfb5d1e9c917e905b479 (diff)
fix: a couple of french swiss mappings
-rw-r--r--quantum/keymap_extras/keymap_contributions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keymap_extras/keymap_contributions.h b/quantum/keymap_extras/keymap_contributions.h
index 99067d3cf2..29a87806cb 100644
--- a/quantum/keymap_extras/keymap_contributions.h
+++ b/quantum/keymap_extras/keymap_contributions.h
@@ -166,6 +166,8 @@
#define PT_OSX_NDSH S(A(PT_OSX_MINS)) // –
// Swiss French aliases to avoid collisions with Swiss german ones
+#define FRCH_Y KC_Z
+#define FRCH_Z KC_Y
#define FRCH_SECT KC_GRV
#define FRCH_QUOT KC_MINS
#define FRCH_CIRC KC_EQL
@@ -175,6 +177,7 @@
#define FRCH_AGRV KC_QUOT
#define FRCH_DLR KC_NUHS
#define FRCH_LABK KC_NUBS
+#define FRCH_MINS KC_SLSH
#define FRCH_DEG S(FRCH_SECT)
#define FRCH_PLUS S(KC_1)
#define FRCH_DQUO S(KC_2)