config.h 662 B

123456789101112131415161718192021
  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. // ws2812 options
  7. #define RGB_DI_PIN D2 // pin the DI on the ws2812 is hooked-up to
  8. #define RGBLED_NUM 8 // number of LEDs
  9. #define RGBLIGHT_EFFECT_BREATHING
  10. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  11. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  12. #define RGBLIGHT_EFFECT_SNAKE
  13. #define RGBLIGHT_EFFECT_KNIGHT
  14. #define RGBLIGHT_EFFECT_CHRISTMAS
  15. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  16. #define RGBLIGHT_EFFECT_RGB_TEST
  17. #define RGBLIGHT_EFFECT_ALTERNATING
  18. #define RGBLIGHT_EFFECT_TWINKLE