SonixQMK / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
515 stars 408 forks source link

Issue compiling branch sn32_master_openrgb for K552 #243

Closed vbayarri closed 2 years ago

vbayarri commented 2 years ago

Hi,

I have just setup the environment for compiling a custom K552 firmware. I'am using the branch named sn32_master_openrgb.

Compiling with the command "qmk compile -kb redragon/k552/rev2 -km default", the following error appears:

Compiling: quantum/rgb_matrix/rgb_matrix.c : In function 'eeconfig_update_rgb_matrix_default':
quantum/rgb_matrix/rgb_matrix.c:91:45: error: 'RGB_MATRIX_CYCLE_LEFT_RIGHT' undeclared (first use in this function); did you mean 'RGB_MATRIX_LED_FLUSH_LIMIT'?

I have check that the following branches compile properly with the same command:

Am I doing something wrong?

Best Regards, Víctor

vbayarri commented 2 years ago

On discord, @favela2 user compiled branch adding OPENRGB_ENABLE = yes to rules.mk.