]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/coderkun_neo2/readme.md
Merge pull request #584 from algernon/ergodox-ez/algernon
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / coderkun_neo2 / readme.md
1 # coderkun’s Neo2 layout for the ErgoDox EZ
2
3 The idea of this layout is to use it for [Neo2](http://www.neo-layout.org) but also provide layers to use QWERTZ with activated Neo driver and to use (basic) Neo when no driver is available (standard QWERTZ driver is active) (e. g. on other computers, in virtual machines) and to make heavily use of thumb keys.
4
5 The main goal of the default layer is to provide a complete symmetric layout with each modifier equally placed for both hands (mirror, of course).
6
7 It also features a layer for additional keys like F-keys (F1 – F12), some mouse keys and (hopefully in the near future) some useful Unicode symbols.
8
9
10 ## Layers
11
12 0. Default layer for Neo2
13 1. Poor man’s QWERTZ
14 2. Poor man’s Neo
15 3. F-keys, mouse keys und Unicode symbols
16 4. Neo’s software layers 4 rebuilt in hardware
17
18
19 ## Build
20
21 1. Enable Unicode in Makefile
22
23     ```
24     UNICODE_ENABLE   = yes
25     ```
26 2. Build as usual
27
28     ```
29     make clean
30     make KEYMAP=coderkun_neo2
31     ```