config.h 448 B

123456789101112131415
  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. #define STARTUP_SONG SONG(MARIO_MUSHROOM)
  4. #define UNICODE_SONG_OSX SONG(COIN_SOUND)
  5. #define UNICODE_SONG_LNX SONG(UNICODE_LINUX)
  6. #define UNICODE_SONG_WIN SONG(UNICODE_WINDOWS)
  7. #define UNICODE_SONG_WINC SONG(UNICODE_WINDOWS)
  8. #endif
  9. #define ENCODER_RESOLUTION 4
  10. #define MOUSEKEY_DELAY 300
  11. #define MOUSEKEY_INTERVAL 50
  12. #define MOUSEKEY_MAX_SPEED 8
  13. #define MOUSEKEY_TIME_TO_MAX 20