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.

52 lines
1.4 KiB

  1. /*
  2. Copyright 2012 Jun Wako <wakojun@gmail.com>
  3. Copyright 2015 Jack Humbert
  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. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. #pragma once
  16. #define PRODUCT Tractyl Manuform(5x6) Elite C
  17. // wiring of each half
  18. #define MATRIX_COL_PINS \
  19. { D4, D7, E6, B4, B5, B7 }
  20. #define MATRIX_ROW_PINS \
  21. { F7, F6, F5, F4, F1, F0 }
  22. #define DIODE_DIRECTION COL2ROW
  23. // WS2812 RGB LED strip input and number of LEDs
  24. #define RGB_DI_PIN D3
  25. #define RGBLED_NUM 20
  26. #define RGBLIGHT_SPLIT
  27. #define RGBLED_SPLIT \
  28. { 10, 10 }
  29. #define RGBLIGHT_LIMIT_VAL 80
  30. #define OLED_BRIGHTNESS 50
  31. #define AUDIO_PIN C6
  32. /* serial.c configuration for split keyboard */
  33. #define SOFT_SERIAL_PIN D2
  34. #define EE_HANDS
  35. #define ENCODERS_PAD_A \
  36. { D5 }
  37. #define ENCODERS_PAD_B \
  38. { C7 }
  39. /* PMW3360 Settings */
  40. #define PMW3360_CS_PIN B6