forked from forks/qmk_firmware
39 lines
3.6 KiB
Markdown
39 lines
3.6 KiB
Markdown
|
# [Sendy YK](https://mr.sendyyk.com)'s Keymap
|
||
|
`LAYOUT_65_ansi_blocker`
|
||
|
|
||
|
### Default Layer [0]
|
||
|
```
|
||
|
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
|
||
|
│Esc│1 │2 │3 │4 │5 │6 │7 │8 │9 │0 │- │= │Bspc │Del│
|
||
|
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
|
||
|
│Tab │Q │W │E │R │T │Y │U │I │O │P │[ │] │\ │P U│
|
||
|
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
|
||
|
│Caps L│A │S │D │F │G │H │J │K │L │; │' │Return │P D│
|
||
|
├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
|
||
|
│Shift │Z │X │C │V │B │N │M │, │. │/ │Shift │↑ │Fn │
|
||
|
├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬┬┬───┼───┼───┤
|
||
|
│Ctrl│Opt │Cmd │ Space │Cmd │Opt │█│← │↓ │→ │
|
||
|
└────┴────┴────┴────────────────────────┴────┴────┴┴┴───┴───┴───┘
|
||
|
```
|
||
|
|
||
|
### Fn Layer [1]
|
||
|
```
|
||
|
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
|
||
|
│` │F1 │F2 │F3 │F4 │F5 │F6 │F7 │F8 │F9 │F10│F11│F12│ │ │
|
||
|
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
|
||
|
│Bri+ │ │ │End│Rst│ │ │ │Ins│ │P S│ │ │Eject│ │
|
||
|
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
|
||
|
│Bri- │ │S L│ │ │ │Hm │ │ │ │ │ │Mute │ │
|
||
|
├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
|
||
|
│Vol+ │ │ │Cal│ │ │N L│Ml │ │ │ │Pause │ │ │
|
||
|
├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬┬┬───┼───┼───┤
|
||
|
│Vol-│Rwd │F FD│ Play │Stp │ │█│Prv│ │Nxt│
|
||
|
└────┴────┴────┴────────────────────────┴────┴────┴┴┴───┴───┴───┘
|
||
|
```
|
||
|
|
||
|
## Build The Firmware
|
||
|
You will need to build the firmware. To do so go to your terminal window and run the compile command:
|
||
|
|
||
|
qmk compile -kb maartenwut/eon65 -km mrsendyyk
|
||
|
See [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs).
|