diff options
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 0a59ad026..ef1860778 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #ifdef AUDIO_ENABLE | 5 | #ifdef AUDIO_ENABLE |
| 6 | #define AUDIO_CLICKY | 6 | #define AUDIO_CLICKY |
| 7 | #define AUDIO_CLICKY_ON | ||
| 8 | #define STARTUP_SONG SONG(E1M1_DOOM) | 7 | #define STARTUP_SONG SONG(E1M1_DOOM) |
| 9 | #define GOODBYE_SONG SONG(SONIC_RING) | 8 | #define GOODBYE_SONG SONG(SONIC_RING) |
| 10 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 9 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |
| @@ -43,6 +42,8 @@ | |||
| 43 | #define IGNORE_MOD_TAP_INTERRUPT | 42 | #define IGNORE_MOD_TAP_INTERRUPT |
| 44 | #undef PERMISSIVE_HOLD | 43 | #undef PERMISSIVE_HOLD |
| 45 | #undef PREVENT_STUCK_MODIFIERS | 44 | #undef PREVENT_STUCK_MODIFIERS |
| 45 | #define TAPPING_FORCE_HOLD | ||
| 46 | //#define RETRO_TAPPING | ||
| 46 | 47 | ||
| 47 | #define FORCE_NKRO | 48 | #define FORCE_NKRO |
| 48 | 49 | ||
| @@ -53,7 +54,7 @@ | |||
| 53 | #ifdef TAPPING_TERM | 54 | #ifdef TAPPING_TERM |
| 54 | #undef TAPPING_TERM | 55 | #undef TAPPING_TERM |
| 55 | #endif // TAPPING_TERM | 56 | #endif // TAPPING_TERM |
| 56 | #define TAPPING_TERM 176 | 57 | #define TAPPING_TERM 200 |
| 57 | 58 | ||
| 58 | 59 | ||
| 59 | // Disable action_get_macro and fn_actions, since we don't use these | 60 | // Disable action_get_macro and fn_actions, since we don't use these |
| @@ -61,7 +62,7 @@ | |||
| 61 | #ifndef NO_DEBUG | 62 | #ifndef NO_DEBUG |
| 62 | #define NO_DEBUG | 63 | #define NO_DEBUG |
| 63 | #endif // !NO_DEBUG | 64 | #endif // !NO_DEBUG |
| 64 | #ifndef NO_PRINT | 65 | #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE) |
| 65 | #define NO_PRINT | 66 | #define NO_PRINT |
| 66 | #endif // !NO_PRINT | 67 | #endif // !NO_PRINT |
| 67 | #define NO_ACTION_MACRO | 68 | #define NO_ACTION_MACRO |
