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
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
## Keymap
|
||||
|
||||
### Default Layer
|
||||
|
||||

|
||||

|
||||
|
||||
### Fn Layer 1
|
||||
|
||||
Press and hold *right* **Ctrl** key.
|
||||
|
||||

|
||||

|
||||
|
||||
### Fn Layer 2
|
||||
|
||||
Press and hold *right* **Alt** key.
|
||||
|
||||

|
||||

|
||||
|
||||
### 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)
|
||||
|
||||
Reference in New Issue
Block a user