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-fw/keyboards/k_type
Ryan 629cfc7f5e K-Type refactor (#9864)
* K-Type refactor

* Declare QMK in product name again

* Hopefully fix matrix scanning

* Maybe this time

* Partial (literally) RGB Matrix support

* Put RGB_MATRIX_ENABLE into rgb keymap for now

* Add ifdefs for RGB config

* Set layer 1 to actually be layer 1...

* Update keyboards/k_type/readme.md

* Put all RGB config in keymap for now

* Set SDB high?

* Before `rgb_matrix_init()` would be best

* User level, not keyboard

* Combating dropped keys

* Nope

* Readme for RGB keymap

* Remove custom matrix
5 years ago
..
keymaps K-Type refactor (#9864) 5 years ago
chconf.h
config.h K-Type refactor (#9864) 5 years ago
halconf.h
info.json K-Type refactor (#9864) 5 years ago
k_type.c K-Type refactor (#9864) 5 years ago
k_type.h K-Type refactor (#9864) 5 years ago
mcuconf.h
readme.md K-Type refactor (#9864) 5 years ago
rules.mk K-Type refactor (#9864) 5 years ago

readme.md

Input Club K-Type

Firmware for custom keyboard PCB with TKL Key Layout

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

make k_type:default

Flashing example for this keyboard:

make k_type:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.