summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ks63/readme.md
diff options
context:
space:
mode:
authorKlesh Wong <klesh@qq.com>2020-07-31 02:08:17 +0800
committerGitHub <noreply@github.com>2020-07-30 11:08:17 -0700
commit5d0c38794f6c9b15f457127437360e5fc56e0a97 (patch)
treea32fc31501ac1c2980490db8bc6d1ded977577f9 /keyboards/handwired/ks63/readme.md
parent83c12a516b3d0c1b603bce28a55bdeba476311df (diff)
[Keyboard] Add new keyboard ks63 handwired (#9712)
* [feature] add ks63 split keyboard * [bugfix] unable to compile and some rows are not working * [feature] add info.json / update keymap * [bugfix] keymap and fix slave not working issue * [bugfix] keyboard unaviable on cold boot / unable to reset the board * [misc] fine tune keymap * [misc] fine tune keymap * ... * ... * ... * [misc] adjust brackets position * [misc] add readme link * [misc] comply to coding convention * [misc] add default keymap readme file * Update keyboards/handwired/ks63/README.md * Update keyboards/handwired/ks63/ks63.h * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/keymaps/default/keymap.c * Update keyboards/handwired/ks63/rules.mk * Update keyboards/handwired/ks63/README.md * Update keyboards/handwired/ks63/keymaps/default/keymap.c * [misc] to lowercase filename * Update keyboards/handwired/ks63/rules.mk * Update keyboards/handwired/ks63/rules.mk * Update keyboards/handwired/ks63/config.h
Diffstat (limited to 'keyboards/handwired/ks63/readme.md')
-rw-r--r--keyboards/handwired/ks63/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/ks63/readme.md b/keyboards/handwired/ks63/readme.md
new file mode 100644
index 0000000000..2bbd9fa694
--- /dev/null
+++ b/keyboards/handwired/ks63/readme.md
@@ -0,0 +1,15 @@
+# ks63
+
+![ks63](https://github.com/klesh/ks63/raw/master/images/ks63-finish-02.jpg)
+
+A handwired 63 keys split keyboard compatible with Default 60% layout. Let you keep your magic power while muggles can still use it as an ordinary keyboard
+
+* Keyboard Maintainer: [Klesh Wong](https://github.com/klesh)
+* Hardware Supported: Arduino ProMicro
+* Assembling Guide: [ks63](https://github.com/klesh/ks63)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/ks63:default
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).