1
0
Fork 0

[Keymap] Add 60_ansi_arrow_split_bs_7u_spc layout & keymap (#11329)

* Add 60_ansi_arrow_split_bs_7u_spc layout & keymap

* Update readme.md

* Minor updates

* Update dz60.h

* Update keymap.c

* Update readme.md

* Update keymap.c

* Update readme.md

* Update readme.md

* Update keymap.c

* Update layouts/default/60_ansi_arrow_split_bs_7u_spc/layout.json

* Update keymap.c

* Update readme.md
This commit is contained in:
Sendy YK 2021-03-06 01:30:06 +07:00 committed by GitHub
parent 73b8f85816
commit 52d8cbf092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 638 additions and 306 deletions

View file

@ -1,14 +1,22 @@
# 60_ansi_arrow Keymap
by [Sendy YK](https://mr.sendyyk.com).
Default 60 ANSI Arrow Keymap by [Sendy YK](https://mr.sendyyk.com).
## Default Layer
![_BASE](https://raw.githubusercontent.com/mrsendyyk/qmk_firmware/development/images/60_ansi_arrow_keymap_base.png)
## Fn Layer
![_FN](https://raw.githubusercontent.com/mrsendyyk/qmk_firmware/development/images/60_ansi_arrow_keymap_fn.png)
```c
/*
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
* │Esc│1 │2 │3 │4 │5 │6 │7 │8 │9 │0 │- │+ │Bspc │
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
* │Tab │Q │W │E │R │T │Y │U │I │O │P │[ │] │\ │
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
* │Caps │A │S │D │F │G │H │J │K │L │; │' │Enter │
* ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┬───┤
* │Shift │Z │X │C │V │B │N │M │, │. │Shift │↑ │/ │
* ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬───┼───┼───┤
* │Ctrl│GUI │Alt │Space │Alt│GUI│← │↓ │→ │
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
*/
```
## Build The Firmware