forked from qmk/qmk_userspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.json
55 lines (55 loc) · 1.4 KB
/
build.json
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
{
"repo": "https://github.com/qmk/qmk_firmware",
"branch": "xap",
"path": "~/workspace/qmk",
"default_compilation": false,
"operations": [
{
"operation": "cp",
"orig": "keyboards/elpekenin/access/*",
"destination": "keyboards/elpekenin/access"
},
{
"operation": "cp",
"orig": "users/elpekenin/*",
"destination": "users/elpekenin"
},
{
// 3color eink
"operation": "pr",
"id": 20032
},
{
// 22538-ish
"operation": "merge",
"repo": "https://github.com/elpekenin/qmk_firmware",
"branch": "feature/rtt"
},
{
"operation": "checkout",
"files": ["drivers/painter/il91874"],
"repo": "https://github.com/elpekenin/qmk_firmware",
"branch": "il91874"
},
{
"operation": "diff",
"file": "il91874.diff"
},
{
"operation": "diff",
"file": "spi_comms.diff"
},
{
"operation": "diff",
"file": "generic_rotation.diff"
},
{
"operation": "diff",
"file": "animation.diff"
},
],
"compile_command": "./keyboards/elpekenin/access/compile",
"wsl": {
"destination": "/mnt/d"
}
}