]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update README for keymap “coderkun_neo2”
authorcoderkun <olli@coderkun.de>
Sat, 6 May 2017 10:25:24 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Sat, 6 May 2017 10:25:24 +0000 (12:25 +0200)
keyboards/ergodox/keymaps/coderkun_neo2/readme.md

index 27ec805adc822a7cbef1c6e20c3b6d1175280720..0c9290bf0836990a8c4ecb234b5747445e2cbad9 100644 (file)
@@ -4,21 +4,14 @@ The idea of this layout is to use it for [Neo2](http://www.neo-layout.org) but a
 
 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).
 
-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.
+It also features a layer for additional keys like F-keys (F1 – F12), some mouse keys and some useful Unicode symbols.
 
 
 ## Build
 
-1. Enable Unicode in Makefile
-
-    ```
-    UNICODE_ENABLE   = yes
-    ```
-2. Build as usual
-
     ```
     make clean
-    make KEYMAP=coderkun_neo2
+    make coderkun_neo2
     ```