qmk-dactyl-manuform-a/keyboards/k_type/keymaps/rgb
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
2020-08-29 14:30:02 -07:00
..
config.h K-Type refactor (#9864) 2020-08-29 14:30:02 -07:00
keymap.c K-Type refactor (#9864) 2020-08-29 14:30:02 -07:00
readme.md K-Type refactor (#9864) 2020-08-29 14:30:02 -07:00
rules.mk K-Type refactor (#9864) 2020-08-29 14:30:02 -07:00

readme.md

K-Type RGB Matrix Keymap

This is an experimental keymap adding support for RGB Matrix on the K-Type.

The board has two IS31FL3733 LED controllers, but they are each on different I2C buses, which QMK's i2c_master implementation currently does not support. As a result, all the keys after the left shift will not be lit.