]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/mindsound/config.h
Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `readPin`
[qmk_firmware.git] / layouts / community / ortho_4x12 / mindsound / config.h
1 #pragma once
2
3 #define ADVENTURE_TIME \
4     H__NOTE(_F5),    \
5     Q__NOTE(_F5),    \
6     H__NOTE(_F5),    \
7     H__NOTE(_G5),    \
8     H__NOTE(_E5),    \
9     H__NOTE(_E5),    \
10     H__NOTE(_D5),    \
11     H__NOTE(_C5),    \
12     HD_NOTE(_C6),
13
14 #ifdef AUDIO_ENABLE
15   #define STARTUP_SONG SONG(ADVENTURE_TIME)
16   #define AUDIO_CLICKY
17   #define AUDIO_CLICKY_ON
18   #define AUDIO_CLICKY_FREQ_MAX 2500.0f
19   #define AUDIO_CLICKY_FREQ_RANDOMNESS 0.2f
20   #define AUDIO_CLICKY_FREQ_DEFAULT 110.0f
21 #endif
22
23 // for some reason the LSvi rev1 disables action tapping...
24 #ifdef NO_ACTION_TAPPING
25   #undef NO_ACTION_TAPPING
26 #endif
27
28 #undef BACKLIGHT_LEVELS
29 #define BACKLIGHT_LEVELS 15
30
31 // let's split configuration:
32 #define USE_I2C
33 #define EE_HANDS