From 018b764e6d91075fced4f4ccec217af6bc01bb05 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Mon, 3 Dec 2018 16:41:00 -0500 Subject: [PATCH] freq change via chax --- keyboards/planck/rev6/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/planck/rev6/chconf.h b/keyboards/planck/rev6/chconf.h index edb697d4da..ce44925f3c 100644 --- a/keyboards/planck/rev6/chconf.h +++ b/keyboards/planck/rev6/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 100000 +#define CH_CFG_ST_FREQUENCY 1000 /** * @brief Time delta constant for the tick-less mode.