summaryrefslogtreecommitdiff
path: root/layouts/community/60_ansi_arrow/mrsendyyk/readme.md
diff options
context:
space:
mode:
authorSendy YK <mr@sendyyk.com>2020-09-29 11:32:38 +0700
committerGitHub <noreply@github.com>2020-09-28 21:32:38 -0700
commitd844f5af7031e18d8933954e85903484d51d978a (patch)
treec56a0b4c74730096616f8580f950a0f0256a93b3 /layouts/community/60_ansi_arrow/mrsendyyk/readme.md
parent2eeb30cd5ac755fcb8314ec6b39b56412f43baf1 (diff)
Update mrsendyyk Community Layouts (#10338)
* Add layouts/community/numpad_5x4/mrsendyyk * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Rename my community layouts * Rename * Rename * Cleanup my code * Update readme.md * Cleanup * Update keymap.c * Delete unnecessary files
Diffstat (limited to 'layouts/community/60_ansi_arrow/mrsendyyk/readme.md')
-rw-r--r--layouts/community/60_ansi_arrow/mrsendyyk/readme.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/layouts/community/60_ansi_arrow/mrsendyyk/readme.md b/layouts/community/60_ansi_arrow/mrsendyyk/readme.md
index 8386302218..a6985cfb9c 100644
--- a/layouts/community/60_ansi_arrow/mrsendyyk/readme.md
+++ b/layouts/community/60_ansi_arrow/mrsendyyk/readme.md
@@ -1,28 +1,28 @@
# Sendy YK's 60% ANSI Arrow Layout and Keymap
-[https://mr.sendyyk.com](https://mr.sendyyk.com)
+60% ANSI Arrow keyboard layout and keymap with RGB lighting/LED/underglow as Caps Lock, Num Lock, Scroll Lock, and layer indicator by [Sendy YK](https://mr.sendyyk.com).
## 60% ANSI Arrow Layout
-![LAYOUT_60_ansi_arrow](https://raw.githubusercontent.com/mrsendyyk/my_qmk/master/dz60/assets/layout-60-ansi-arrow.png)
+![LAYOUT_60_ansi_arrow](https://raw.githubusercontent.com/mrsendyyk/files/public/qmk/firmware/layouts/community/60_ansi_arrow/mrsendyyk/images/layout-60-ansi-arrow.png)
## Keymap
### Default Layer
-![_BASE](https://raw.githubusercontent.com/mrsendyyk/my_qmk/master/dz60/assets/layout-60-ansi-arrow-keymap---layer-0.png)
+![_BASE](https://raw.githubusercontent.com/mrsendyyk/files/public/qmk/firmware/layouts/community/60_ansi_arrow/mrsendyyk/images/layout-60-ansi-arrow-keymap---layer-0.png)
### Fn Layer 1
Press and hold *right* **Ctrl** key.
-![_FN](https://raw.githubusercontent.com/mrsendyyk/my_qmk/master/dz60/assets/layout-60-ansi-arrow-keymap---layer-1.png)
+![_FN](https://raw.githubusercontent.com/mrsendyyk/files/public/qmk/firmware/layouts/community/60_ansi_arrow/mrsendyyk/images/layout-60-ansi-arrow-keymap---layer-1.png)
### Fn Layer 2
Press and hold *right* **Alt** key.
-![_SETTINGS](https://raw.githubusercontent.com/mrsendyyk/my_qmk/master/dz60/assets/layout-60-ansi-arrow-keymap---layer-2.png)
+![_SETTINGS](https://raw.githubusercontent.com/mrsendyyk/files/public/qmk/firmware/layouts/community/60_ansi_arrow/mrsendyyk/images/layout-60-ansi-arrow-keymap---layer-2.png)
### RGB Lighting/LED/Underglow as Caps Lock, Num Lock, Scroll Lock, and Layer Indicator
@@ -57,7 +57,7 @@ Press and hold *right* **Alt** key.
```c
// Layer Indicator
- else {
+ else {
switch (get_highest_layer(layer_state)) {
// Fn Layer 1 Indicator
case _FN:
@@ -78,8 +78,11 @@ Press and hold *right* **Alt** key.
## Build The Firmware
-You will need to build the firmware. To do so go to your terminal window and run the compile command:
+Make example for keyboard (after setting up your build environment):
- qmk compile -kb dz60 -km mrsendyyk
+ make <keyboard_folder>:mrsendyyk
-See [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs).
+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)