makerdiary / makerdiary.github.io

Welcom to Makerdiary Wiki
https://wiki.makerdiary.com
5 stars 1 forks source link

backlight effects #4

Open umbacos opened 3 years ago

umbacos commented 3 years ago

would it be possible to have a function called periodically in the code.py (eg. the loop() function in Arduino) so we can implement time based backlighting effects. you could just add a callback in the keyboard.run() function to call loop() in the code.py where we can the write code for the backlight effects. thanks!