logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

_pin_defs.h (565B)


  1. // Copyright 2022 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // Left side (front)
  5. #define D3 0U
  6. #define D2 1U
  7. // GND
  8. // GND
  9. #define D1 2U
  10. #define D0 3U
  11. #define D4 4U
  12. #define C6 5U
  13. #define D7 6U
  14. #define E6 7U
  15. #define B4 8U
  16. #define B5 9U
  17. // Right side (front)
  18. // RAW
  19. // GND
  20. // RESET
  21. // VCC
  22. #define F4 29U
  23. #define F5 28U
  24. #define F6 27U
  25. #define F7 26U
  26. #define B1 18U
  27. #define B3 20U
  28. #define B2 19U
  29. #define B6 10U
  30. // LEDs (Mapped to QT connector to avoid collisions with button/neopixel)
  31. #define D5 12U
  32. #define B0 13U