summaryrefslogtreecommitdiff
path: root/keyboards/dz60/keymaps/mrsendyyk/readme.md
blob: dc2dfefe0adbbf40a3b270650eb3cef63bc6befc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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).