lengthen the click time

This commit is contained in:
Amy Bowersox 2019-12-11 12:33:18 -07:00
parent a62364082a
commit 0dce80f1e3
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static void init_defaults(void)
Gconfig.python_loc = "/usr/bin/python3";
Gconfig.button_debounce = 100;
Gconfig.sys_mq_length = 64;
Gconfig.click_time = 200;
Gconfig.click_time = 500;
Gconfig.click_radius = 2;
}