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.

42 lines
1.7 KiB

  1. /*
  2. Copyright 2023 3araht
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. #pragma once
  15. #define GIABARINAIX2
  16. #ifdef GIABARINAIX2
  17. # undef MATRIX_ROW_PINS_RIGHT
  18. # undef MATRIX_COL_PINS_RIGHT
  19. # ifdef RGBLIGHT_ENABLE
  20. # undef RGBLIGHT_LED_COUNT
  21. # define RGBLIGHT_LED_COUNT 120
  22. # undef RGBLIGHT_LED_MAP
  23. # define RGBLIGHT_LED_MAP { \
  24. 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, \
  25. 107, 106, 105, 104, 103, 102, 101, 100, 99, 98, 97, 96, \
  26. 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, \
  27. 83, 82, 81, 80, 79, 78, 77, 76, 75, 74, 73, 72, \
  28. 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, \
  29. \
  30. 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, \
  31. 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, \
  32. 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, \
  33. 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, \
  34. 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, 48 \
  35. }
  36. # endif
  37. #endif