FleaRex

Results 2 comments of FleaRex

Hi both! This is my minimal working version: ``` require "keybow" function handle_key_00(pressed) if pressed then load_new_pattern() end end function handle_key_01(pressed) if pressed then load_new_pattern() end end function handle_key_02(pressed) if...

Thanks for confirming! Is the C code that the lua code calls around anywhere? It would be interesting to see what `keybow.load_pattern` and `keybow.auto_lights` really do. Either way I'm loving...