1
0
Fork 0
qmk_firmware/keyboards/k_type
Joe Wasson 743449472e Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.

* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`

* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-09-17 13:48:02 -04:00
..
keymaps k_type: add belak keymap 2017-12-19 10:52:22 -05: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 Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04: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 Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718) 2018-04-08 22:10:14 -04:00
rules.mk Update whitefox to use the K-Type teensy workaround 2018-04-03 23:06:14 -04: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.