You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
690 B

  1. #pragma once
  2. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  3. #define LOCKING_SUPPORT_ENABLE
  4. /* Locking resynchronize hack */
  5. #define LOCKING_RESYNC_ENABLE
  6. #define BACKLIGHT_LEVELS 8
  7. // ws2812 options
  8. #define RGB_DI_PIN D2 // pin the DI on the ws2812 is hooked-up to
  9. #define RGBLED_NUM 8 // number of LEDs
  10. #define RGBLIGHT_EFFECT_BREATHING
  11. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  12. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  13. #define RGBLIGHT_EFFECT_SNAKE
  14. #define RGBLIGHT_EFFECT_KNIGHT
  15. #define RGBLIGHT_EFFECT_CHRISTMAS
  16. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  17. #define RGBLIGHT_EFFECT_RGB_TEST
  18. #define RGBLIGHT_EFFECT_ALTERNATING
  19. #define RGBLIGHT_EFFECT_TWINKLE