summaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards/roadkit/keymaps/singlesBrent/config.h
blob: 57468e122acf1a00213adfd00b82d4d5c142faa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "../../config.h"

// place overrides here
#define TAPPING_TERM 175

#ifdef BACKLIGHT_ENABLE
    #define BACKLIGHT_PIN B5
	#define BACKLIGHT_LEVELS 3
    #define BACKLIGHT_ON_STATE 0
#endif	
	
#endif