config.h 237 B

12345678910111213
  1. #ifndef CONFIG_KEYMAP_H
  2. #define CONFIG_KEYMAP_H
  3. #include "../../config.h"
  4. #define RGB_DI_PIN F6
  5. #define RGBLED_NUM 10
  6. #define RGBLIGHT_ANIMATIONS
  7. #ifdef BACKLIGHT_LEVELS
  8. #undef BACKLIGHT_LEVELS
  9. #endif
  10. #define BACKLIGHT_LEVELS 3
  11. #endif