]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/tv44/keymaps/tong92/config.h
Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)
[qmk_firmware.git] / keyboards / tv44 / keymaps / tong92 / 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 #endif