summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorFelix Uhl <iFreilicht@users.noreply.github.com>2016-08-18 11:45:56 +0200
committerGitHub <noreply@github.com>2016-08-18 11:45:56 +0200
commita72dc6da70923aa6f5127e719529e9631bce20f0 (patch)
treead5b099b237ed7dd81c02599968a820d8f19bf37 /keyboards
parent406ae1a2eb8ee6e90c2585c522d4fbf26d94e363 (diff)
downloadqmk_firmware-a72dc6da70923aa6f5127e719529e9631bce20f0.tar.gz
qmk_firmware-a72dc6da70923aa6f5127e719529e9631bce20f0.tar.xz
Final link fix
Diffstat (limited to 'keyboards')
-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
###0.0 Languages
The 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.
All diacritic characters are input by either holding `Space` or `Fn` and pressing the corresponding key. For languages that aren't yet supported explicitly,
-one 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).
+one 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).
The illustration below shows the "US International" layout available in the Language settings of Windows, Linux and Mac OS.
@@ -66,7 +66,7 @@ and check whether your microphone is selected under "Devices".
###0.4 Revive Dead Keys
Some diacritics that are commonly used are dead keys on the international layouts, for example `` ` ``, `'`, or `"`.
-The 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.
+The 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.
If you don't want this to be the case, uncomment the following line in `keymap.c` prior to compiling:
```
//#define DONT_REVIVE_DEADKEYS 1