]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/rev6/chconf.h
Added my Prime_O Layout (#4811)
[qmk_firmware.git] / keyboards / planck / rev6 / chconf.h
index b52ca7d2c87a464c27686e5650c0886b2399d59e..1d9f12ff1f8b7c4f5c9b982481beb4b11dbaaf1a 100644 (file)
  * @brief   System time counter resolution.
  * @note    Allowed values are 16 or 32 bits.
  */
-#define CH_CFG_ST_RESOLUTION                16
+#define CH_CFG_ST_RESOLUTION                32
 
 /**
  * @brief   System tick frequency.
  * @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                 10000
+#define CH_CFG_ST_FREQUENCY                 100000
 
 /**
  * @brief   Time delta constant for the tick-less mode.