Default to 500Hz tickrate for bore-eevdf

Recommendation from BORE and CachyOS devs
This commit is contained in:
Tk-Glitch
2023-08-31 17:14:23 +02:00
parent 98657d2f4f
commit 4a4455d8bb

View File

@@ -1290,7 +1290,7 @@ _tkg_srcprep() {
["eevdf"]="5"
["bmq"]="5"
["bore"]="5"
["bore-eevdf"]="5"
["bore-eevdf"]="3"
)
if [[ -n "$_timer_freq" && ! "${_avail_timer_frequencies[*]}" =~ "$_timer_freq" ]]; then