forked from forks/qmk_firmware
4e077250d5
* Drashna's method is applied to rotary encoder rotation detection. rgb_matrix_user.inc -> rgb_matrix_kb.inc. * Disabled some RGB MATRIX effects to shrink the firmware size. * via # of layers changed from 5 to 4.
5 lines
186 B
Makefile
5 lines
186 B
Makefile
RGB_MATRIX_ENABLE = yes # Use RGB matrix (Don't enable this when RGBLIGHT_ENABLE is used.)
|
|
RGB_MATRIX_CUSTOM_KB = yes #
|
|
VIA_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|