]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/roadkit/keymaps/khord/config.h
da6ed7189c7eceade8c7481df8c758a2486aa314
[qmk_firmware.git] / keyboards / roadkit / keymaps / khord / 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