qmk_firmware/keyboards/clueboard/60
Yan-Fa Li 6834febece 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
2018-07-21 15:00:11 -07:00
..
boards/GENERIC_STM32_F303XC Fix reset for STM32 devices 2018-02-10 17:13:38 -05:00
keymaps Custom keymap for clueboard 60 2018-02-23 13:25:23 -05:00
60.c Fix the naming for clueboard files 2017-10-21 13:51:18 -07:00
60.h Fix the naming for clueboard files 2017-10-21 13:51:18 -07:00
bootloader_defs.h Reorganize clueboard into a single directory (#1855) 2017-10-17 18:05:21 -07:00
chconf.h Temporary work around for CB60 sound issues (#3325) 2018-07-21 15:00:11 -07:00
config.h Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
halconf.h Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
info.json Remove bootloader from info.jsons 2018-04-11 21:32:09 -07:00
led.c Fix up the ARM audio support (#2136) 2018-01-13 23:38:25 -05:00
matrix.c Fix up the ARM audio support (#2136) 2018-01-13 23:38:25 -05:00
mcuconf.h Reorganize clueboard into a single directory (#1855) 2017-10-17 18:05:21 -07:00
readme.md Reorganize clueboard into a single directory (#1855) 2017-10-17 18:05:21 -07:00
rules.mk Fix reset for STM32 devices 2018-02-10 17:13:38 -05:00

readme.md

Clueboard 60%

A fully customizable 60% keyboard.

  • Keyboard Maintainer: Zach White
  • Hardware Supported: Clueboard 60% PCB
    • rev1 (1.0)
  • Hardware Availability: clueboard.co

Make example for this keyboard (after setting up your build environment):

make clueboard/60:default

See build environment setup then the make instructions for more information.