qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

mini.c (151B)


      1 #include "quantum.h"
      2 
      3 #ifdef AUDIO_ENABLE
      4     float tone_startup[][2] = SONG(STARTUP_SOUND);
      5     float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
      6 #endif