summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/ishtob/config.h
blob: e58ade0b0fc2227dce2315a72d69e334eb2a8ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

#ifndef USERSPACE_CONFIG_H
#define USERSPACE_CONFIG_H


#ifdef AUDIO_ENABLE

// #define STARTUP_SONG SONG(E1M1_DOOM)
// #define GOODBYE_SONG  SONG(SONIC_RING)
/* #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
                                  SONG(COLEMAK_SOUND), \
                                  SONG(DVORAK_SOUND), \
                                }
*/
//audio clicky
    #define AUDIO_CLICKY
  // to enable clicky on startup
  //#define AUDIO_CLICKY_ON
	#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f


#endif

#define FORCE_NKRO

#define LEADER_TIMEOUT 300
#define PREVENT_STUCK_MODIFIERS

#undef DEBOUNCE
#define DEBOUNCE 0

//skip usb startup check
//#define NO_USB_STARTUP_CHECK


#endif