summaryrefslogtreecommitdiff
path: root/layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md
diff options
context:
space:
mode:
authorSendy YK <mr@sendyyk.com>2021-03-06 01:30:06 +0700
committerGitHub <noreply@github.com>2021-03-05 10:30:06 -0800
commit52d8cbf092574974d50adfb8fd3b3b9f88074b18 (patch)
tree04bcb70f4837b936eaec93ef07b95a1dd95ce8c1 /layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md
parent73b8f85816c3209f6213e358a0d3737c7a73d45f (diff)
[Keymap] Add 60_ansi_arrow_split_bs_7u_spc layout & keymap (#11329)
* Add 60_ansi_arrow_split_bs_7u_spc layout & keymap * Update readme.md * Minor updates * Update dz60.h * Update keymap.c * Update readme.md * Update keymap.c * Update readme.md * Update readme.md * Update keymap.c * Update layouts/default/60_ansi_arrow_split_bs_7u_spc/layout.json * Update keymap.c * Update readme.md
Diffstat (limited to 'layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md')
-rw-r--r--layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md b/layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md
new file mode 100644
index 0000000000..30292abb90
--- /dev/null
+++ b/layouts/default/60_ansi_arrow_split_bs_7u_spc/readme.md
@@ -0,0 +1,30 @@
+# 60_ansi_arrow_split_bs_7u_spc Keymap
+
+Default 60 ANSI Arrow Split Backspace & 7U Space Keymap by [Sendy YK](https://mr.sendyyk.com).
+
+```c
+ /*
+ * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
+ * │Esc│1 │2 │3 │4 │5 │6 │7 │8 │9 │0 │- │+ │\ │Del│
+ * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
+ * │Tab │Q │W │E │R │T │Y │U │I │O │P │[ │] │Bspc │
+ * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
+ * │Caps │A │S │D │F │G │H │J │K │L │; │' │Enter │
+ * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┬───┤
+ * │Shift │Z │X │C │V │B │N │M │, │. │Shift │↑ │/ │
+ * ├─────┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴──┬┴──┬───┼───┼───┤
+ * │Ctrl │GUI│Alt │Space │Alt│← │↓ │→ │
+ * └─────┴───┴─────┴───────────────────────────┴───┴───┴───┴───┘
+ */
+```
+
+## Build The Firmware
+
+Make example for keyboard (after setting up your build environment):
+
+ make <keyboard_folder>:default_60_ansi_arrow_split_bs_7u_spc
+
+More information:
+* [Setting Up Your QMK Environment](https://docs.qmk.fm/#/getting_started_build_tools)
+* [More Detailed make Instructions](https://docs.qmk.fm/#/getting_started_make_guide)
+* [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs)