You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
2.2 KiB

  1. # 60_ansi_arrow_split_bs_7u_spc Keymap
  2. Default 60 ANSI Arrow Split Backspace & 7U Space Keymap by [Sendy YK](https://mr.sendyyk.com).
  3. ```c
  4. /*
  5. * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
  6. * │Esc│1 │2 │3 │4 │5 │6 │7 │8 │9 │0 │- │+ │\ │Del│
  7. * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
  8. * │Tab │Q │W │E │R │T │Y │U │I │O │P │[ │] │Bspc │
  9. * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
  10. * │Caps │A │S │D │F │G │H │J │K │L │; │' │Enter │
  11. * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┬───┬───┤
  12. * │Shift │Z │X │C │V │B │N │M │, │. │Shift │↑ │/ │
  13. * ├─────┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴──┬┴──┬───┼───┼───┤
  14. * │Ctrl │GUI│Alt │Space │Alt│← │↓ │→ │
  15. * └─────┴───┴─────┴───────────────────────────┴───┴───┴───┴───┘
  16. */
  17. ```
  18. ## Build The Firmware
  19. Make example for keyboard (after setting up your build environment):
  20. make <keyboard_folder>:default_60_ansi_arrow_split_bs_7u_spc
  21. More information:
  22. * [Setting Up Your QMK Environment](https://docs.qmk.fm/#/getting_started_build_tools)
  23. * [More Detailed make Instructions](https://docs.qmk.fm/#/getting_started_make_guide)
  24. * [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs)