feat: add speedrunner timer configs
This commit is contained in:
parent
2417ab316f
commit
d4e4dac916
4 changed files with 104 additions and 0 deletions
1
libresplit/default.json
Symbolic link
1
libresplit/default.json
Symbolic link
|
@ -0,0 +1 @@
|
|||
splits/default.json
|
5
libresplit/settings.json
Normal file
5
libresplit/settings.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"libresplit": {
|
||||
"split_file": "/home/buymymojo/.config/libresplit/splits/default.json"
|
||||
}
|
||||
}
|
6
libresplit/splits/default.json
Normal file
6
libresplit/splits/default.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"attempt_count": 1,
|
||||
"splits" : [
|
||||
{}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue