qmk_firmware/keyboards/k_type
Drashna Jaelre 41beecfc18 Add DFU Suffix for ARM boards (#5763)
* Add DFU Suffix for ARM boards

* Blindly flash DFU SUFFIX ARGS for now

* Fix commented out check

* Fix DFU Suffix Argument check

Thank you jack!

* Update Travis CI Scripts to include dfu-util

So we can get dfu-suffix as well

* Manually add dfu-suffix package

* Use external repo for newer version of dfu-util

One that includes dfu-suffix

* Update .travis.yml

* Silence unnecessary output from dfu-suffix
2019-05-03 08:24:22 -07:00
..
keymaps Cleanup Default Keymaps (#5442) 2019-03-19 12:57:40 -07:00
bootloader_defs.h Initial K-Type support (#1963) 2017-12-14 00:25:47 -05:00
chconf.h Initial K-Type support (#1963) 2017-12-14 00:25:47 -05:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
halconf.h Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
info.json Pull information from config.h and rules.mk (#2711) 2018-04-07 16:13:48 -07:00
k_type.c Initial K-Type support (#1963) 2017-12-14 00:25:47 -05:00
k_type.h Initial K-Type support (#1963) 2017-12-14 00:25:47 -05:00
matrix.c Fix call to memset for various keyboards 2018-01-12 13:23:38 -05:00
mcuconf.h Initial K-Type support (#1963) 2017-12-14 00:25:47 -05:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Add DFU Suffix for ARM boards (#5763) 2019-05-03 08:24:22 -07:00

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.