Skip to content

Commit

Permalink
Temporary work around for CB60 sound issues (qmk#3325)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yanfali authored and drashna committed Jul 21, 2018
1 parent 8def9bc commit 6834feb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/clueboard/60/chconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions keyboards/clueboard/keymaps/xyverz/config.h

This file was deleted.

0 comments on commit 6834feb

Please sign in to comment.