diff options
Diffstat (limited to 'users/pvinis/config.h')
-rw-r--r-- | users/pvinis/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/pvinis/config.h b/users/pvinis/config.h new file mode 100644 index 0000000000..7f17f2d023 --- /dev/null +++ b/users/pvinis/config.h @@ -0,0 +1,9 @@ +#pragma once + +#ifdef AUDIO_ENABLE +// #define STARTUP_SONG SONG(SONIC_RING) +#endif + +// allow rolling when keys have hold functionality +#define IGNORE_MOD_TAP_INTERRUPT +// #define TAPPING_TERM 150 |