diff options
-rw-r--r-- | keyboards/clueboard/60/chconf.h | 2 | ||||
-rw-r--r-- | keyboards/clueboard/keymaps/xyverz/config.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/clueboard/60/chconf.h b/keyboards/clueboard/60/chconf.h index 5a9b83310..1d9f12ff1 100644 --- a/keyboards/clueboard/60/chconf.h +++ b/keyboards/clueboard/60/chconf.h | |||
@@ -48,7 +48,7 @@ | |||
48 | * @details Frequency of the system timer that drives the system ticks. This | 48 | * @details Frequency of the system timer that drives the system ticks. This |
49 | * setting also defines the system tick time unit. | 49 | * setting also defines the system tick time unit. |
50 | */ | 50 | */ |
51 | #define CH_CFG_ST_FREQUENCY 10000 | 51 | #define CH_CFG_ST_FREQUENCY 100000 |
52 | 52 | ||
53 | /** | 53 | /** |
54 | * @brief Time delta constant for the tick-less mode. | 54 | * @brief Time delta constant for the tick-less mode. |
diff --git a/keyboards/clueboard/keymaps/xyverz/config.h b/keyboards/clueboard/keymaps/xyverz/config.h deleted file mode 100644 index 4999e4ff6..000000000 --- a/keyboards/clueboard/keymaps/xyverz/config.h +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #include "../config.h" | ||
2 | |||
3 | #define TAPPING_TERM 600 // ms | ||