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.

39 lines
1.6 KiB

  1. /* Copyright 2020-2022 Lorenzo Leonini
  2. * SPDX-License-Identifier: GPL-2.0-only
  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 version 2 as
  6. * published by the Free Software Foundation.
  7. *
  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. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #include QMK_KEYBOARD_H
  17. led_config_t g_led_config = {
  18. {
  19. {12, 11, 8, 7, 4, 3, 36, 37, 38, 39, 40, 41},
  20. {13, 10, 9, 6, 5, 2, 35, 34, 33, 32, 31, 30},
  21. {14, 15, 16, 17, 18, 1, 24, 25, 26, 27, 28, 29},
  22. {NO_LED, NO_LED, NO_LED, 19, 20, 21, 0, 22, 23, NO_LED, NO_LED, NO_LED}
  23. }, {
  24. {112, 32}, {92, 36}, {94, 25}, {97, 14}, {80, 13}, {77, 24},
  25. {62, 18}, {64, 8}, {49, 6}, {46, 17}, {28, 23}, {30, 13},
  26. {14, 11}, {11, 22}, {8, 32}, {26, 34}, {43, 28}, {61, 29},
  27. {76, 34}, {78, 46}, {97, 49}, {112, 56}, {127, 49}, {146, 46},
  28. {132, 36}, {148, 34}, {164, 29}, {180, 28}, {198, 34}, {215, 32},
  29. {212, 22}, {196, 23}, {178, 17}, {161, 18}, {146, 24}, {130, 25},
  30. {126, 14}, {143, 13}, {159, 8}, {175, 6}, {194, 13}, {210, 11}
  31. }, {
  32. 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
  33. 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
  34. 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
  35. 4, 4, 4, 4, 4, 4
  36. }
  37. };