config.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* Copyright 2020 null-ll
  2. * Copyright 2021 Jels, Josh Johnson
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation, either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. #pragma once
  18. #define MATRIX_ROW_PINS {F4, D1, D0, F5, D4, F6, B4, B5, B2, B6}
  19. #define MATRIX_COL_PINS {F7, C6, B1, D2, E6, B3, D7}
  20. /* COL2ROW, ROW2COL*/
  21. #define DIODE_DIRECTION COL2ROW
  22. #define RGB_DI_PIN D3
  23. #ifdef RGBLIGHT_ENABLE
  24. #define RGBLED_NUM 14
  25. #define RGBLIGHT_SLEEP
  26. #define RGBLIGHT_EFFECT_BREATHING
  27. #define RGBLIGHT_EFFECT_RAINBOW_MOOD
  28. #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  29. #define RGBLIGHT_EFFECT_SNAKE
  30. #define RGBLIGHT_EFFECT_KNIGHT
  31. #define RGBLIGHT_EFFECT_CHRISTMAS
  32. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  33. #define RGBLIGHT_EFFECT_RGB_TEST
  34. #define RGBLIGHT_EFFECT_ALTERNATING
  35. #define RGBLIGHT_EFFECT_TWINKLE
  36. #endif
  37. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  38. #define LOCKING_SUPPORT_ENABLE
  39. /* Locking resynchronize hack */
  40. #define LOCKING_RESYNC_ENABLE