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.4 KiB

  1. h87a
  2. ===
  3. A QMK-powered replacement PCB for custom TKL keyboards. This PCB has the same size of the b.87 PCB, while using the USB port placement and spacebar stabilizer orientation as the a.87 PCB.
  4. Keyboard Maintainer: hineybush (Josh Hinnebusch)
  5. Hardware Supported: h87a Rev 1
  6. Hardware Availability: Currently prototyped, group buy TBD
  7. Make example for this keyboard (after setting up your build environment):
  8. make h87a:default
  9. ## h87a hardware information
  10. Controller: Atmega32u4
  11. /* Column pin configuration
  12. * col: 0 1 2 3 4 5 6 7 8
  13. * pin: F0 F1 F4 F5 F6 F7 C7 C6 D2
  14. */
  15. /* Row pin configuration
  16. * row: 0 1 2 3 4 5 6 7 8 9 10 11
  17. * pin: B0 B1 B2 B3 D0 D1 B5 B6 D7 B4 D6 D4 (Rev 1)
  18. */
  19. The H87a PCB utilizes duplex matrix organization.
  20. Caps Lock LED: D5
  21. Scroll Lock LED: E6
  22. Num Lock LED: not supported
  23. Backlight Pin: B7
  24. RGB Data Pin: D3
  25. To connect the Caps Lock LED to the main backlight matrix, jump the middle pad and the left pad on J1. To use the Caps Lock LED as an indicator, jump the middle pad and the right pad on J1.
  26. To connect the Scroll Lock LED to the main backlight matrix, jump the middle pad and the right pad on J2. To use the Scroll Lock LED as an indicator, jump the middle pad and the left pad on J2.
  27. Note: The different orientations of J1 and J2 will be fixed with Rev 2.