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/k_type
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 k_type: add belak keymap 7 years ago
bootloader_defs.h Initial K-Type support (#1963) 7 years ago
chconf.h Initial K-Type support (#1963) 7 years ago
config.h Update input:club boards to use the proper vendor and device 7 years ago
halconf.h Add a custom USB driver for ARM (#2750) 7 years ago
info.json Pull information from config.h and rules.mk (#2711) 7 years ago
k_type.c Initial K-Type support (#1963) 7 years ago
k_type.h Initial K-Type support (#1963) 7 years ago
matrix.c Fix call to memset for various keyboards 7 years ago
mcuconf.h Initial K-Type support (#1963) 7 years ago
readme.md Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718) 7 years ago
rules.mk Update whitefox to use the K-Type teensy workaround 7 years ago

readme.md

Input Club K-Type

Firmware for custom keyboard PCB with TKL Key Layout

Keyboard Maintainer: Kaleb Elwert
Hardware Supported: Input Club K-Type
Hardware Availability: Input Club, Massdrop

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

make k_type:default

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