aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/s60-x/keymaps/ansi_qwertz/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/s60-x/keymaps/ansi_qwertz/readme.md b/keyboards/s60-x/keymaps/ansi_qwertz/readme.md
index 47e4049c3..2ed1af1e0 100644
--- a/keyboards/s60-x/keymaps/ansi_qwertz/readme.md
+++ b/keyboards/s60-x/keymaps/ansi_qwertz/readme.md
@@ -20,7 +20,7 @@ It currently relies on the US-International keyboard layout, which can be instal
20###0.0 Languages 20###0.0 Languages
21The US-International Layout is currently required for the support of non-english languages. This keymap swaps Y and Z to provide the familiar QWERTZ position for characters when using that layout. 21The US-International Layout is currently required for the support of non-english languages. This keymap swaps Y and Z to provide the familiar QWERTZ position for characters when using that layout.
22All diacritic characters are input by either holding `Space` or `Fn` and pressing the corresponding key. For languages that aren't yet supported explicitly, 22All diacritic characters are input by either holding `Space` or `Fn` and pressing the corresponding key. For languages that aren't yet supported explicitly,
23one can also use AltGr to input the characters as intended by the US-Intl layout or the dead keys, if they're kept from being [revived](readme.md#0.4-revive-dead-keys). 23one can also use AltGr to input the characters as intended by the US-Intl layout or the dead keys, if they're kept from being [revived](readme.md#04-revive-dead-keys).
24 24
25The illustration below shows the "US International" layout available in the Language settings of Windows, Linux and Mac OS. 25The illustration below shows the "US International" layout available in the Language settings of Windows, Linux and Mac OS.
26 26
@@ -66,7 +66,7 @@ and check whether your microphone is selected under "Devices".
66 66
67###0.4 Revive Dead Keys 67###0.4 Revive Dead Keys
68Some diacritics that are commonly used are dead keys on the international layouts, for example `` ` ``, `'`, or `"`. 68Some diacritics that are commonly used are dead keys on the international layouts, for example `` ` ``, `'`, or `"`.
69The dead keys on the regular international layout (shown in red [here](readme.md#0.1-languages)) are revived with this keymap by automatically inserting a space if one of those characters is typed. 69The dead keys on the regular international layout (shown in red [here](readme.md#00-languages)) are revived with this keymap by automatically inserting a space if one of those characters is typed.
70If you don't want this to be the case, uncomment the following line in `keymap.c` prior to compiling: 70If you don't want this to be the case, uncomment the following line in `keymap.c` prior to compiling:
71``` 71```
72//#define DONT_REVIVE_DEADKEYS 1 72//#define DONT_REVIVE_DEADKEYS 1