summaryrefslogtreecommitdiff
path: root/keyboards/niu_mini/keymaps/nosarthur/README.md
diff options
context:
space:
mode:
authorDong Zhou <nosarthur@users.noreply.github.com>2019-08-16 20:56:15 -0400
committerDrashna Jaelre <drashna@live.com>2019-08-16 17:56:15 -0700
commit848f3713ad47ee3979038b44274a5b22f39d36ab (patch)
treeb92a0c4a66288078283e4a4e795784955b7dfea4 /keyboards/niu_mini/keymaps/nosarthur/README.md
parent0c03811d6affb31d9952e9b4c9c0f5e10fddee8a (diff)
[Keymap] add niu_mini custom keymaps (#6552)
Diffstat (limited to 'keyboards/niu_mini/keymaps/nosarthur/README.md')
-rw-r--r--keyboards/niu_mini/keymaps/nosarthur/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/niu_mini/keymaps/nosarthur/README.md b/keyboards/niu_mini/keymaps/nosarthur/README.md
new file mode 100644
index 0000000000..9d57ceb5f7
--- /dev/null
+++ b/keyboards/niu_mini/keymaps/nosarthur/README.md
@@ -0,0 +1,35 @@
+# Kbdfans Niu Mini
+
+Here `keymap.c` is generated by [qmk configurator](https://config.qmk.fm) and
+it corresponds to the colemak-dh layout.
+
+To customize, upload the json file to qmk configurator
+
+- `keymap_colemak_dh.json`: colemak-dh layout
+- `keymap_qwerty.json`: qwerty layout
+
+Make the modification via the web interface, "compile" and download "keymap only".
+Then place the generated `keymap.c` in this folder.
+
+To flush the firmware, connect your keyboard and run
+
+```
+make niu_mini:nosarthur:dtu
+```
+in the `qmk_firmware` source folder.
+There will be some prompts saying no device is found. Click the reset button in
+the back of your keyboard and it should work.
+
+# notes from qmk configurator
+
+This layout was generated by the QMK API. You can find the JSON data used to
+generate this keymap in the file layers.json.
+
+To make use of this file you will need follow the following steps:
+
+* Download or Clone QMK Firmware: <https://github.com/qmk/qmk_firmware/>
+* Extract QMK Firmware to a location on your hard drive
+* Copy this folder into %s
+* You are now ready to compile or use your keymap with the source
+
+More information can be found in the QMK docs: <https://docs.qmk.fm>