** Function: init_led ** Led initialisation *********************************************************************/
| 376 | ** Led initialisation |
| 377 | *********************************************************************/ |
| 378 | void init_led() { |
| 379 | #ifdef HAS_RGB_LED |
| 380 | beginLed(); |
| 381 | #endif |
| 382 | } |
| 383 | |
| 384 | /********************************************************************* |
| 385 | ** Function: startup_sound |