feat: add speedrunner timer configs

This commit is contained in:
aria 2025-05-31 17:23:52 +10:00
parent 2417ab316f
commit d4e4dac916
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 104 additions and 0 deletions

1
libresplit/default.json Symbolic link
View file

@ -0,0 +1 @@
splits/default.json

5
libresplit/settings.json Normal file
View file

@ -0,0 +1,5 @@
{
"libresplit": {
"split_file": "/home/buymymojo/.config/libresplit/splits/default.json"
}
}

View file

@ -0,0 +1,6 @@
{
"attempt_count": 1,
"splits" : [
{}
]
}