summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/ver3/chconf.h
diff options
context:
space:
mode:
authorishtob <ishtob@gmail.com>2019-04-16 17:49:24 -0400
committerDrashna Jaelre <drashna@live.com>2019-04-16 14:49:24 -0700
commit0a6beab2243cd9183127041917bb4c3ce6a22bd9 (patch)
tree401db7e3c05d2929fa4a73cdd5d14e50ae32fd5c /keyboards/hadron/ver3/chconf.h
parent93b7fccad65aa4c12b37bc3d1a507ae909511587 (diff)
[Keyboard] Hadron keymap and config updates (#5632)
* update hadron keymaps, code cleanup * keymap update * refactor custom matrix to use quantum matrix defines * fix wrong pin for matrix
Diffstat (limited to 'keyboards/hadron/ver3/chconf.h')
-rw-r--r--keyboards/hadron/ver3/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hadron/ver3/chconf.h b/keyboards/hadron/ver3/chconf.h
index 1d9f12ff1f..ce44925f3c 100644
--- a/keyboards/hadron/ver3/chconf.h
+++ b/keyboards/hadron/ver3/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.
@@ -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
/** @} */