-
Notifications
You must be signed in to change notification settings - Fork 0
/
keymap.s
53 lines (51 loc) · 1.13 KB
/
keymap.s
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
/* Map pins to keycodes: `map keyboard_half, pin_num, keycode` */
map left, 0, Key_Tab
map left, 1, Key_Escape
map left, 2, Key_Minus
map left, 3, Key_Q
map left, 4, Key_A
map left, 5, Key_Z
map left, 6, Key_W
map left, 7, Key_S
map left, 8, Key_X
map left, 9, Key_1
map left, 10, Key_E
map left, 11, Key_D
map left, 12, Key_C
map left, 14, Key_2
map left, 15, Key_R
map left, 16, Key_F
map left, 17, Key_V
map left, 18, Key_T
map left, 19, Key_G
map left, 20, Key_B
map left, 21, Key_LeftShift
map left, 22, Key_Delete
map left, 23, Key_LeftControl
map left, 24, Key_LeftAlt
map left, 26, Key_RightAlt
map right, 0, Key_RightShift
map right, 1, Key_RightControl
map right, 2, Key_LeftGui
map right, 3, Key_Space
map right, 4, Key_RightGui
map right, 5, Key_Y
map right, 6, Key_H
map right, 7, Key_N
map right, 8, Key_U
map right, 9, Key_J
map right, 10, Key_M
map right, 11, Key_I
map right, 12, Key_K
map right, 14, Key_3
map right, 15, Key_4
map right, 16, Key_O
map right, 17, Key_L
map right, 18, Key_5
map right, 19, Key_6
map right, 20, Key_P
map right, 21, Key_7
map right, 22, Key_8
map right, 23, Key_9
map right, 25, Key_Return
map right, 26, Key_0