summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2018-07-22 00:00:11 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-22 00:00:11 +0200
commit6834febece1a66f901ad9dfd536f0544ed708cab (patch)
tree349e3aeea2dfdbef723288c67646ecf51cc77fdd /keyboards/clueboard
parent8def9bc642a7bdd59eddd30f70c05b62ca37f627 (diff)
downloadqmk_firmware-6834febece1a66f901ad9dfd536f0544ed708cab.tar.gz
qmk_firmware-6834febece1a66f901ad9dfd536f0544ed708cab.tar.xz
Temporary work around for CB60 sound issues (#3325)
* Temporary work around for CB60 sound issues Discussed this with @fredizzimo, upping the system ticks to 100K fixes the sound issues I was having with the CB60; speaker would fail to shut off after playing music, sometimes at startup. This changes the matrix scan time from it's default of every 2ms to once ever 200us. Fred has a more extensive change to the way matrices are scanned which will require less clock cycles and we can then revert this change at that time. * Remove keymap dir from clueboard root
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r--keyboards/clueboard/60/chconf.h2
-rw-r--r--keyboards/clueboard/keymaps/xyverz/config.h3
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 @@
* @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.
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 @@
-#include "../config.h"
-
-#define TAPPING_TERM 600 // ms