Add OC Toolkit WIP Configurator
This commit is contained in:
114
Ultrahand/OC Toolkit/timings.ini
Normal file
114
Ultrahand/OC Toolkit/timings.ini
Normal file
@@ -0,0 +1,114 @@
|
||||
;creator='ppkantorski, B3711'
|
||||
|
||||
[@Primary Timings]
|
||||
[Timings]
|
||||
;mode=table
|
||||
;background=false
|
||||
;spacing=4
|
||||
;gap=20
|
||||
;header_indent=true
|
||||
;info_text_color=header
|
||||
;section_text_color=header
|
||||
json_file './json/ram_model.json'
|
||||
'Timings' = '{ram_vendor} {json_file(0,{ram_model})}'
|
||||
[*Presets]
|
||||
;mini=true
|
||||
;mode=forwarder
|
||||
package_source './timing_presets.ini'
|
||||
|
||||
[Gap]
|
||||
;mode=table
|
||||
;background=false
|
||||
;header=false
|
||||
;gap=20
|
||||
|
||||
[Primary Timings]
|
||||
;mode=table
|
||||
;background=false
|
||||
;spacing=4
|
||||
;gap=20
|
||||
;header_indent=true
|
||||
;info_text_color=header
|
||||
;section_text_color=header
|
||||
json_file './json/ram_model.json'
|
||||
'Primary' = ''
|
||||
|
||||
|
||||
[T1 tRCD]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_trcd.json' label
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 88 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
|
||||
[T2 tRP]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_trp.json' label
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 92 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[T3 tRAS]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_tras.json' label
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 96 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[Gap]
|
||||
;mode=table
|
||||
;background=false
|
||||
;header=false
|
||||
;gap=10
|
||||
|
||||
[Secondary]
|
||||
;mode=table
|
||||
;background=false
|
||||
;header_indent=true
|
||||
;spacing=4
|
||||
;gap=20
|
||||
;info_text_color=#FFFFFF
|
||||
;section_text_color=#FFFFFF
|
||||
'Secondary' = ''
|
||||
|
||||
[T4 tRRD]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_trrd.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 100 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[T5 tRFC]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
mariko:
|
||||
json_file_source './mariko/ram_trfc.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 104 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
erista:
|
||||
json_file_source './erista/ram_trfc.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 104 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[T6 tRTW]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_trtw.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 108 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[T7 tWTR]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_twtr.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 112 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
[T8 tREFI]
|
||||
;mode=named_step_trackbar
|
||||
;unlocked=true
|
||||
json_file_source './mariko/ram_trefi.json' name
|
||||
hex-by-custom-offset /atmosphere/kips/loader.kip CUST 116 {json_file_source(*,hex)}
|
||||
exec cUpdateTimings
|
||||
|
||||
Reference in New Issue
Block a user