]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/tv44/keymaps/mjt/config.h
Keymaps for several of my boards (#1641)
[qmk_firmware.git] / keyboards / tv44 / 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