diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ortho_4x12/mindsound/config.h | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split layouts
Diffstat (limited to 'layouts/community/ortho_4x12/mindsound/config.h')
-rw-r--r-- | layouts/community/ortho_4x12/mindsound/config.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/layouts/community/ortho_4x12/mindsound/config.h b/layouts/community/ortho_4x12/mindsound/config.h deleted file mode 100644 index e615fe77eb..0000000000 --- a/layouts/community/ortho_4x12/mindsound/config.h +++ /dev/null @@ -1,34 +0,0 @@ -#pragma once - -#define ADVENTURE_TIME \ - H__NOTE(_F5), \ - Q__NOTE(_F5), \ - H__NOTE(_F5), \ - H__NOTE(_G5), \ - H__NOTE(_E5), \ - H__NOTE(_E5), \ - H__NOTE(_D5), \ - H__NOTE(_C5), \ - HD_NOTE(_C6), - -#ifdef AUDIO_ENABLE - #define STARTUP_SONG SONG(ADVENTURE_TIME) - #define AUDIO_CLICKY - #define AUDIO_CLICKY_ON - #define AUDIO_CLICKY_DELAY_DURATION 0 - #define AUDIO_CLICKY_FREQ_MAX 2500.0f - #define AUDIO_CLICKY_FREQ_RANDOMNESS 0.3f - #define AUDIO_CLICKY_FREQ_DEFAULT 880.0f -#endif - -// for some reason the LSvi rev1 disables action tapping... -#ifdef NO_ACTION_TAPPING - #undef NO_ACTION_TAPPING -#endif - -#undef BACKLIGHT_LEVELS -#define BACKLIGHT_LEVELS 15 - -// let's split configuration: -#define USE_I2C -#define EE_HANDS |