summaryrefslogtreecommitdiff
path: root/keyboards/k_type/keymaps/andrew-fahmy/rules.mk
diff options
context:
space:
mode:
authorAndrew-Fahmy <andrewj.fahmy@gmail.com>2021-03-25 06:35:18 -0500
committerGitHub <noreply@github.com>2021-03-25 22:35:18 +1100
commit1fbee7c31681746a268c82c1b99679b3b2a43657 (patch)
tree045070defa379b1c8a6993ccde9a85b131baf393 /keyboards/k_type/keymaps/andrew-fahmy/rules.mk
parent8b39ae13c783806ab75460ac35621a403e1564b6 (diff)
(Re)Fixing K-type RGB lighting (#12084)
* 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 * Turned off matrix scan rate debug info * added checks if RGB matrix is enabled to fix errors when building keymaps without RGB matrix enabled * Apply suggestions from code review by fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> * Renamed led driver file to be less ambiguous * Renamed is31fl3733 driver files to is31fl3733-dual Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/k_type/keymaps/andrew-fahmy/rules.mk')
-rw-r--r--keyboards/k_type/keymaps/andrew-fahmy/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/k_type/keymaps/andrew-fahmy/rules.mk b/keyboards/k_type/keymaps/andrew-fahmy/rules.mk
new file mode 100644
index 0000000000..aad92997d0
--- /dev/null
+++ b/keyboards/k_type/keymaps/andrew-fahmy/rules.mk
@@ -0,0 +1 @@
+RGB_MATRIX_ENABLE = yes