]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/hadron/ver3/chconf.h
Switch version incrementing to the command put together by @noroadsleft. (#6310)
[qmk_firmware.git] / keyboards / hadron / ver3 / chconf.h
index 1d9f12ff1f8b7c4f5c9b982481beb4b11dbaaf1a..ce44925f3c728be6d2fb9cad36827cd4cd73b8fd 100644 (file)
@@ -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.
@@ -58,7 +58,7 @@
  *          The value one is not valid, timeouts are rounded up to
  *          this value.
  */
-#define CH_CFG_ST_TIMEDELTA                 2
+#define CH_CFG_ST_TIMEDELTA                 0
 
 /** @} */