]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/thevankeyboards/minivan/keymaps/mjt/config.h
Keyboard: Shuffle keyboards into thevankeyboards directory (#3895)
[qmk_firmware.git] / keyboards / thevankeyboards / minivan / keymaps / mjt / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 // place overrides here
7 #ifdef BACKLIGHT_ENABLE
8     #define BACKLIGHT_PIN B2
9     #define BACKLIGHT_LEVELS 7
10 #endif
11
12 #define USB_MAX_POWER_CONSUMPTION 50
13
14 #endif