]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/bbaserdem/README.md
Add rgblight mode 35 (R,G,B test mode) (#3114)
[qmk_firmware.git] / users / bbaserdem / README.md
1 # Overview
2
3 I have mostly ortholinear keyboards, which share a lot of functions.
4 For this purpose, I collected them here.
5
6 I have the following keymaps:
7
8 * Gherkin (Does not use the user space)
9 * Let's Split
10 * Let's Split It Up
11 * Planck
12
13 # Layout
14
15 I use DVORAK with an unorthodox Turkish layout.
16 If you wanna grab my code, andused a previous layout with a persistent base
17 layer change, change it to layer 0 before proceeding.
18
19 # Layers
20
21 * **Dvorak**: Base layer,withdvorak layout.
22 * **Alternative**: Has alternate characters.
23 * **Game**: Toggled from *Function*, comfortable for gaming use.
24 * **Numeric**: Has numericals and symbols. Can be locked.
25 * **Function**: Layer has media and function keys.
26 * **Mouse**: Manipulates mouse. Can be locked.
27 * **Music** Allows playing sounds like a keyboard.
28
29 # Functionality
30
31 * **RGB Backlight**: With layer indication, and ability to change base layer lighting mode.
32 * **Secrets**: By placing a secrets.h, and not tracking it, you can store passwords etc.
33 * **Mouse**: Mouse emulation, complete with diagonal keys.
34 * **Turkish**: An AltGr-like overlay that allows some non-common letters, in unicode.
35
36 I suggest checking out how I enabled shifting for Turkish layer,
37 how I planned out RGB lighting, and my mouse implementation; they might offer
38 some insight into fringe user cases.
39
40 # Issues
41
42 All features are too big for the 32kB bootloader.
43 Offenders are audio and rgb lights; it comes down to one or the other.
44 ~The Proton board, and rev 6 should fix that.~
45
46 # Credits
47
48 I have previously written my keymap by myself before, but I rewrote it here,
49 heavily inspired by @drashna's user folder.