[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:
parent
73b8f85816
commit
52d8cbf092
15 changed files with 638 additions and 306 deletions
|
@ -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
|
||||
|
||||

|
||||
|
||||
## Fn Layer
|
||||
|
||||

|
||||
```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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue