You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
260 B

  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. // #define STARTUP_SONG SONG(SONIC_RING)
  4. // #define DAC_SAMPLE_MAX 65535U // maybe this works for volume?
  5. #endif
  6. // allow rolling when keys have hold functionality
  7. #define IGNORE_MOD_TAP_INTERRUPT
  8. // #define TAPPING_TERM 150