Gabriele
Gabriele
I have a MacBook Pro m1 and tried to compile for arm Linux (using Ubuntu and Fedora for arm), but I have a problem with pyflakes and pyflakes3 packages. I...
That's right, apologize, I think I copy/paste something and now it works... But I also corrected some errors I had on the matrix. ``` #include "quantum.h" #ifdef RGB_MATRIX_ENABLE led_config_t g_led_config...
Yes, exactly, thank you for your answer. I guess too that it is not allowed to use Unicode characters to avoid slowdown. But so I didn't understand if there is...
I added the file ``` halconfg.h ``` and I inserted this code: ``` #pragma once #define HAL_USE_PWM TRUE #include_next ``` Now the error is: ``` Compiling: platforms/chibios/drivers/backlight_pwm.c platforms/chibios/drivers/backlight_pwm.c: In function...
I solved changing mosfet....
Hi, if I remember correctly, you need to add the files mcuconf.h and halconf.h to define which pwm to use. This is my mcuconf.h: ``` #pragma once #include_next #undef RP_PWM_USE_PWM5...
thank you, but even with the power halved we have theoretically 30mA per led for almost 60 led, so 1800mA. But usb 2.0 can only deliver 500mA
so you are telling me that the LEDs are programmed to always stay under a certain limit, whatever color you choose to set. Is the brightness set this way good...
Thank you. I'm building a split keyboard of about 70 keys. I have another question, You don't use capacitors right? Are they unnecessary?
Hi, why did you removed the rgb version? If I power the LEDs with 5V and want to control them with my raspberry's gpio, do I need a level shifter?...