You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/clueboard/60
fredizzimo e9d32b60b7 Add a custom USB driver for ARM (#2750)
* Copy Chibios serial_usb_driver into the chibios/protocol

It's renamed to usb_driver to avoid name conflicts

* Make the usb driver compile

* Disable ChibiOS serial usb driver for all keyboards

* Change usb_main to use QMKUSBDriver

* Initialize the usb driver buffers

* Add support for fixed size queues

* Fix USB driver initialization

* Don't transfer an empty packet for fixed size streams
7 years ago
..
boards/GENERIC_STM32_F303XC Fix reset for STM32 devices 7 years ago
keymaps Custom keymap for clueboard 60 7 years ago
60.c Fix the naming for clueboard files 7 years ago
60.h Fix the naming for clueboard files 7 years ago
bootloader_defs.h Reorganize clueboard into a single directory (#1855) 7 years ago
chconf.h Reorganize clueboard into a single directory (#1855) 7 years ago
config.h Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
halconf.h Add a custom USB driver for ARM (#2750) 7 years ago
info.json Remove bootloader from info.jsons 7 years ago
led.c Fix up the ARM audio support (#2136) 7 years ago
matrix.c Fix up the ARM audio support (#2136) 7 years ago
mcuconf.h Reorganize clueboard into a single directory (#1855) 7 years ago
readme.md Reorganize clueboard into a single directory (#1855) 7 years ago
rules.mk Fix reset for STM32 devices 7 years ago

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.