config.h 379 B

123456789101112131415161718
  1. // Copyright (c) 2022 Takeshi Ishii (mtei@github)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // place overrides here
  5. #ifdef AUDIO_ENABLE
  6. #define STARTUP_SONG SONG(STARTUP_SOUND)
  7. #define AUDIO_CLICKY
  8. #endif
  9. #undef TAPPING_TERM
  10. #define TAPPING_TERM 300
  11. #define PERMISSIVE_HOLD
  12. // If you need more program area, try select and reduce rgblight modes to use.