summaryrefslogtreecommitdiff
path: root/keyboards/k_type/keymaps/rgb/readme.md
diff options
context:
space:
mode:
authorAndrew-Fahmy <andrewj.fahmy@gmail.com>2021-02-27 23:38:13 -0600
committerGitHub <noreply@github.com>2021-02-28 16:38:13 +1100
commite6f7da403676b491ac278d5b793d18a0d114477e (patch)
tree0ff47ca4b6b0dbed7bbebdafb262183d9c55d9c9 /keyboards/k_type/keymaps/rgb/readme.md
parent7190971b44a53a099addd79ca98d5bb64ba087e1 (diff)
Fixing K-type RGB lighting (#11551)
* initial rgb driver fix * added underglow LEDs and fixed typo in RGB locations * removed test code * added my key maps * updated rgb keymap to work with changes * refactored my code to make it more maintainable and updated keymaps. * added GPL licence
Diffstat (limited to 'keyboards/k_type/keymaps/rgb/readme.md')
-rw-r--r--keyboards/k_type/keymaps/rgb/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/k_type/keymaps/rgb/readme.md b/keyboards/k_type/keymaps/rgb/readme.md
index 794052c57a..330321976c 100644
--- a/keyboards/k_type/keymaps/rgb/readme.md
+++ b/keyboards/k_type/keymaps/rgb/readme.md
@@ -2,4 +2,6 @@
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.
+The keyboard should now support full RGB lightings. The lighting animations are running at 10 fps for performance reasons.
+You can configure this by changing the `RGB_MATRIX_LED_FLUSH_LIMIT` inside the `config.h` file to a lower value.
+For example `RGB_MATRIX_LED_FLUSH_LIMIT 16` would mean that the animations run every 16 ms or at 60 fps.