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/whitefox
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
..
keymaps Custom Keymaps for Certain Layouts (#2161) 7 years ago
board_is31fl3731c.h
bootloader_defs.h
chconf.h
config.h Various tweaks for some Input:Club build processes 7 years ago
gfxconf.h
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
matrix.c Fix call to memset for various keyboards 7 years ago
mcuconf.h
readme.md
rules.mk Update whitefox to use the K-Type teensy workaround 7 years ago
visualizer.c
whitefox.c Enable tap dance and other features for Whitefox 7 years ago
whitefox.h

readme.md

WhiteFox

A compact 65% keyboard.

Keyboard Maintainer: QMK Community Hardware Supported: Whitefox PCB Hardware Availability: https://input.club/whitefox/

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

make whitefox:default

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