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.

45 lines
1.7 KiB

  1. # overview
  2. this is a modified version of let's split keyboard from bbaserdem. i don't like standard dvorak overuses right pinky
  3. so i shifted the columns out. i'm not sure if this is any good, time will tell.
  4. i have ortholinear let's split eh, which share a lot of functions with other ortholinear keyboards.
  5. # layout
  6. i use dvorak with an unorthodox off layout.
  7. if you wanna grab my code, and you used a layout with a persistent base
  8. layer change, change it to layer 0 before proceeding.
  9. # layers
  10. * **dvorak**: base layer,with dvorak layout.
  11. * **alternative**: has alternate characters.
  12. * **game**: toggled from *function*, comfortable for gaming use.
  13. * **numeric**: has numericals and symbols. can be locked.
  14. * **function**: layer has media and function keys.
  15. * **mouse**: manipulates mouse. can be locked.
  16. * **music** allows playing sounds.
  17. # functionality
  18. * **rgb backlight**: with layer indication, and ability to change base layer lighting mode.
  19. * **secrets**: by placing a secrets.h, and not tracking it, passwords can be stored.
  20. * **mouse**: mouse emulation, complete with diagonal keys.
  21. * **turkish**: an altgr-like overlay that allows some non-common letters, in unicode.
  22. i suggest checking out how i enabled turkish keys,
  23. how i planned out rgb lighting,
  24. and my mouse implementation;
  25. they might offer some insight into fringe user cases.
  26. # issues
  27. all features are too big for the 32kb bootloader.
  28. offenders are audio and rgb lights; it comes down to one or the other.
  29. ~the proton board, and rev 6 might fix that.~
  30. # credits
  31. this is a modified version of let's split keyboard from bbaserdem who has previously written his keymap by himself before, but rewrote it here.