]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/s60_x/keymaps/ansi_qwertz/readme.md
Make QMK Configurator work with e7-v1 (#5007)
[qmk_firmware.git] / keyboards / s60_x / keymaps / ansi_qwertz / readme.md
1 # ANSI_QWERTZ
2
3 [Click here to go to the layers directly.](readme.md#1-layers)
4
5 This keymap was specifically designed to support keycaps with ANSI layout and legends, while retaining the possibility of inputting characters 
6 with diacritics that are normally not used in the english language.
7
8 It currently relies on the US-International keyboard layout, which can be installed in any current operating system without the use of third party hardware.
9
10 ##0 Features
11 * Input of letters with diacritics on familiar QWERTZ layout
12 * Support for ANSI-legend keycaps
13 * Option to "revive" all dead keys
14 * Dedicated arrow cluster
15 * SpaceFN for easy access to Function keys and diacritic input
16 * Locking "Gaming Mode" that disables SpaceFN and allows to bind GUI key in Games
17 * Reset key binding, no need to press hardware reset button to program
18 * Microphone Mute key (requires 3rd-party software, see below)
19
20 ###0.0 Languages
21 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.
22 All diacritic characters are input by either holding `Space` or `Fn` and pressing the corresponding key. For languages that aren't yet supported explicitly, 
23 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).
24
25 The illustration below shows the "US International" layout available in the Language settings of Windows, Linux and Mac OS.
26
27 ![KB_US-International](https://i.imgur.com/dBQ9dOo.png)
28
29 Not all languages are supported by this layout. Linux also offers the "US International Alternative" layout, 
30 which contains more dead keys to input pretty much every diacritic character in a language using latin letters. More information can be found [here](http://web.archive.org/web/20160818101234/http://dry.sailingissues.com/us-international-keyboard-layout.html).
31
32 ![KB_US-International-Alternative](https://i.imgur.com/CaLuEUP.png)
33
34 ####0.0.0 Explicitly Supported Languages
35 * German
36
37 ####0.0.1 Implicitly Supported Languages
38 This list only applies to Windows. Linux systems support all languages, see above. This list might be incomplete! Please add your language if you find it's supported.
39
40 * French
41
42 ###0.1 SpaceFN
43 SpaceFN basically means that `Space` acts as a normal spacebar when tapped, but acts as a layer-key when held down. 
44 This means that you can't hold space to output multiple spaces consecutively and that space only registers once released.
45 The advantage is that the spacebar is easier to reach than any other `Fn`-key could be.
46
47 ###0.2 "Gaming Mode"
48 To alleviate the problems SpaceFN would cause when gaming, the Gaming Mode is pretty much a layer that can be turned on by pressing Fn+RShift.
49 This will turn the double-role Spacebar into a normal one, so the Fn-layer (and thus function and media keys) can only be accessed with the Fn-key.
50 It also turns the GUI-key (aka Win-key aka Super-key) into Right Shift, so it can be bound in Games. This is especially useful when playing with ESDF instead of WASD.
51
52 ###0.3 Mute Microphone
53 The function layer has a "Mute Microphone"-key. As this is not an existing media key and you can't normally set a shortcut to this function, 
54 you need to set this up in software before using it, see below. This key is bound to `RCtrl+LCtrl`, a keycombination that 
55 no other program in existence uses for anything, at least to my knowledge. It also can't be pressed with this keymap in any other way.
56
57 ####0.3.0 Linux
58 Follow [these instructions](http://askubuntu.com/a/13364).
59
60 #####0.3.1 Windows (Requires 3rd Party Software)
61 *DISCLAIMER: I take no responsibility for any potential harm caused by third party applications!*
62
63 You'll need a utility called "MicMute". It is available on [Sourceforge](https://sourceforge.net/projects/micmute/).
64 After installing and running the tool, you only need to use the "Setup Shortcut" option to bind the key to muting the microphone
65 and check whether your microphone is selected under "Devices".
66
67 ###0.4 Revive Dead Keys
68 Some diacritics that are commonly used are dead keys on the international layouts, for example `` ` ``,  `'`, or `"`. 
69 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.
70 If you don't want this to be the case, uncomment the following line in `keymap.c` prior to compiling:
71 ```
72 //#define DONT_REVIVE_DEADKEYS 1
73 ```
74
75 ##1 Layers
76 ###1.0 Base Layer
77 The base layer is shown here for ANSI keysm, HHKB-style right shift and split backspace. If you use a 2U backspace key there, `Del` will not be available.
78 Again, the Y and Z keys are swapped, so you get the QWERTZ-positions of Y and Z when using the US-International layout.
79
80 ![base_layer](https://i.imgur.com/gDvJT2n.png)
81
82 ###1.1 Gaming layer
83 To turn this layer on, please use the combination `Fn+RShift`, not `Space+RShift`. If you do the latter, the Function layer will become stuck. You can press `Fn` once to unstick it if this happens to you. A solution is being worked on.
84
85 ![gaming_layer](https://i.imgur.com/mPBElHc.png)
86
87 ###1.2 Function Layer
88 This is the function layer for German diacritics. It can be accessed via the `Fn` or by holding `Space` on the base layer.
89
90 ![function_layer](https://i.imgur.com/abpqBDE.png)
91
92
93
94