diff options
author | Kaleb Elwert <belak@coded.io> | 2017-01-09 10:54:36 -0800 |
---|---|---|
committer | Kaleb Elwert <belak@coded.io> | 2017-01-09 10:54:36 -0800 |
commit | a702f4631ebfb8f2ae92c8da0cc9a49d899bd920 (patch) | |
tree | 6a7a7fa1494ca3560716a7b39d6e8e4e4edd46da /keyboards/whitefox/chconf.h | |
parent | ef2ebeb3cace7f2555ccf655f3a7bb7c9bb77b76 (diff) | |
download | firmware-a702f4631ebfb8f2ae92c8da0cc9a49d899bd920.tar.gz firmware-a702f4631ebfb8f2ae92c8da0cc9a49d899bd920.tar.bz2 firmware-a702f4631ebfb8f2ae92c8da0cc9a49d899bd920.zip |
Increase tick frequency for responsiveness
Based off of PR #866 which did the same thing for the infinity60
Diffstat (limited to 'keyboards/whitefox/chconf.h')
-rw-r--r-- | keyboards/whitefox/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/chconf.h b/keyboards/whitefox/chconf.h index 43c845739..d9114ec85 100644 --- a/keyboards/whitefox/chconf.h +++ b/keyboards/whitefox/chconf.h @@ -48,7 +48,7 @@ * @details Frequency of the system timer that drives the system ticks. This * setting also defines the system tick time unit. */ -#define CH_CFG_ST_FREQUENCY 1000 +#define CH_CFG_ST_FREQUENCY 100000 /** * @brief Time delta constant for the tick-less mode. |