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