]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/roadkit/keymaps/singlesBrent/config.h
Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)
[qmk_firmware.git] / keyboards / roadkit / keymaps / singlesBrent / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 // place overrides here
7 #define TAPPING_TERM 175
8
9 #ifdef BACKLIGHT_ENABLE
10     #define BACKLIGHT_PIN B5
11         #define BACKLIGHT_LEVELS 3
12     #define BACKLIGHT_ON_STATE 0
13 #endif  
14         
15 #endif