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.

31 lines
935 B

  1. #pragma once
  2. /* key matrix pins */
  3. #define MATRIX_ROW_PINS { D3, D2, D1, D0, D4, C6, D7, E6 }
  4. #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6 }
  5. #define DIODE_DIRECTION COL2ROW
  6. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  7. #define LOCKING_SUPPORT_ENABLE
  8. /* Locking resynchronize hack */
  9. #define LOCKING_RESYNC_ENABLE
  10. /* ws2812 RGB LED */
  11. #define RGB_DI_PIN B4
  12. # define RGBLIGHT_EFFECT_BREATHING
  13. # define RGBLIGHT_EFFECT_RAINBOW_MOOD
  14. # define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  15. # define RGBLIGHT_EFFECT_SNAKE
  16. # define RGBLIGHT_EFFECT_KNIGHT
  17. # define RGBLIGHT_EFFECT_CHRISTMAS
  18. # define RGBLIGHT_EFFECT_STATIC_GRADIENT
  19. # define RGBLIGHT_EFFECT_RGB_TEST
  20. # define RGBLIGHT_EFFECT_ALTERNATING
  21. # define RGBLIGHT_EFFECT_TWINKLE
  22. #define RGBLED_NUM 8 // Number of LEDs
  23. // #define RGBLIGHT_HUE_STEP 10
  24. // #define RGBLIGHT_SAT_STEP 17
  25. // #define RGBLIGHT_VAL_STEP 17