-
Notifications
You must be signed in to change notification settings - Fork 0
/
keymap.yaml
70 lines (70 loc) · 2.25 KB
/
keymap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
layout:
qmk_keyboard: corne_rotated
qmk_layout: LAYOUT_split_3x5_3
layers:
DEF:
- [Q, W, F, P, B, J, L, U, Y, ;]
- [A, R, S, T, G, M, N, E, I, O]
- [Z, X, C, D, V, K, H, {h: ",", s: "\""}, {h: ".", s: "'"}, /]
- {h: Ctrl, t: Repeat}
- NAV
- Shift (sticky)
- {h: NAV, t: Space}
- {h: SYM, t: Space}
- {h: FUN, t: Bspace}
SYM:
- ["`", "@", "#", "$", "%", "&", "|", "(", ")", ":"]
- ["~", "!", "=", "_", "G", "-", "\\", "[", "]", "'"]
- ["=", "<", ">", "D", "^", "+", "*", "{", "}", "\""]
- {h: Ctrl, t: Repeat}
- NUM
- Shift (sticky)
- {type: trans}
- {type: held}
- {type: trans}
NAV:
- ["Win Next", "App Next", "Tab Prev", "Tab Next", "Tab New", Home, "Page Down", "Page Up", End, "Desk Prev"]
- [Shift, Ctrl, Alt, Gui, "Win Close", Left, Down, Up, Right, Enter]
- ["Undo", "Redo", "Copy", "Paste", "VIM (toggle)", "Page Prev", Delete, null, "Page Next", "Desk Next"]
- {t: SYS (sticky)}
- {type: held}
- {type: trans}
- {t: Space, h: MOU}
- {h: NUM, t: Space}
- {h: FUN, t: Bspace}
NUM:
- [Shift, Ctrl, Alt, Gui, "%", "-", Gui, Alt, Ctrl, Shift]
- [7, 8, 9, 0, 6, 5, 1, 2, 3, 4]
- ["=", "<", ">", Space, "^", "+", "*", ",", ".", "/"]
- {type: trans}
- {type: held}
- {type: trans}
- {type: trans}
- {type: held}
- {type: trans}
FUN:
- [F7, F8, F9, F10, F6, F5, F1, F2, F3, F4]
- [Shift, Ctrl, Alt, Gui, F12, F11, Gui, Alt, Ctrl, Shift]
- ["Bright Down", "Bright Up", {type: trans}, {type: trans}, {type: trans}, Prev, Play, Next, "Vol Down", "Vol Up"]
- {type: trans}
- {type: trans}
- {type: trans}
- Mute
- {type: trans}
- {type: held}
SYS:
- ["BT Clear", null, "DEF", "DEF OSX", "QWERTY (toggle)", null, null, null, null, null]
- [BT3, BT2, "PC (BT1)", "Mac (BT0)", Reset, Reset, null, null, null, null]
- [BT4, null, null, null, null, null, null, null, null, null]
- {type: trans}
- {type: trans}
- {type: trans}
- {type: trans}
- {type: trans}
- {type: trans}
combos:
- {p: [1, 2], k: Tab, l: ["DEF"]}
- {p: [20, 21], k: VIM, l: ["DEF"]}
- {p: [21, 22], k: Esc, l: ["DEF"]}
- {p: [7, 8], k: Bsp, l: ["NUM", "FUN"]}
- {p: [27, 28], k: Ent, l: ["DEF"]}