summaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin/keymaps/bbaserdem/config.h
blob: 2bd89e8ece6b35d878527da15c30233a6ad931a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "../../config.h"
#define RGB_DI_PIN F6
#define RGBLED_NUM 10
#define RGBLIGHT_ANIMATIONS
#ifdef BACKLIGHT_LEVELS
#undef BACKLIGHT_LEVELS
#endif
#define BACKLIGHT_LEVELS 3

#endif