47 lines
2.6 KiB
Markdown
47 lines
2.6 KiB
Markdown
|
# Sendy YK's Keymap
|
||
|
---
|
||
|
|
||
|
KBDfans DZ60 ANSI with Arrow also RGB Underglow as a Caps Lock Indicator
|
||
|
|
||
|
### Qwerty [0]
|
||
|
```
|
||
|
,-----------------------------------------------------------------------------------------.
|
||
|
| Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Backspace |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
|Caps Lock| A | S | D | F | G | H | J | K | L | ; | ' | Enter |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Shift | Z | X | C | V | B | N | M | , | . | RShift | Up | / |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Ctrl | OS | Alt | Space | RAlt | Fn |Left |Down |Right|
|
||
|
`-----------------------------------------------------------------------------------------'
|
||
|
```
|
||
|
|
||
|
### Fn Layer [1]
|
||
|
```
|
||
|
,-----------------------------------------------------------------------------------------.
|
||
|
| ` ~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Delete |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Bri Up | | | End | Rst | | | | Ins | | P Sc| | | Eject |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Bri Down| | S L | | | | Home| | | | | | Mute |
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Vol + | | | Calc| | | | Mail| | | |Pg U |Pause|
|
||
|
|-----------------------------------------------------------------------------------------+
|
||
|
| Vol - | Rwd | F Fd | Play | M Stp| | Prev| Pg D| Next|
|
||
|
`-----------------------------------------------------------------------------------------'
|
||
|
```
|
||
|
|
||
|
### RGB Underglow as a Caps Lock Indicator
|
||
|
|
||
|
Set in `mrsendyyk/keymap.c` in the `led_set_user` function.
|
||
|
|
||
|
---
|
||
|
|
||
|
Make example for this keyboard (after setting up your build environment):
|
||
|
|
||
|
make dz60:mrsendyyk
|
||
|
|
||
|
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).
|