2
0
Просмотр исходного кода

update config via chax's suggestion (for LT, etc)

Jack Humbert 7 лет назад
Родитель
Сommit
64230257b0
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      keyboards/planck/rev6/chconf.h
  2. 1 1
      keyboards/planck/rev6/mcuconf.h

+ 1 - 1
keyboards/planck/rev6/chconf.h

@@ -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
 
 /** @} */
 

+ 1 - 1
keyboards/planck/rev6/mcuconf.h

@@ -225,7 +225,7 @@
  * ST driver system settings.
  */
 #define STM32_ST_IRQ_PRIORITY               8
-#define STM32_ST_USE_TIMER                  4
+#define STM32_ST_USE_TIMER                  3
 
 /*
  * UART driver system settings.