2018-07-19 05:17:55 +02:00
|
|
|
#ifndef CONFIG_KEYMAP_H
|
|
|
|
#define CONFIG_KEYMAP_H
|
2018-06-01 03:55:45 +02:00
|
|
|
|
|
|
|
#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
|