summaryrefslogtreecommitdiff
path: root/keyboards/roadkit/keymaps/singlesBrent/config.h
blob: 45bd44c0be5aae6bd1ca67a6c1ee5ec1b05927af (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