config.h 195 B

123456789
  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. // #define STARTUP_SONG SONG(SONIC_RING)
  4. #endif
  5. // allow rolling when keys have hold functionality
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. // #define TAPPING_TERM 150