logo

qmk_firmware

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

readme.md (1590B)


  1. # GH60 Rev C
  2. ![gh60 Rev C PCB](https://i.imgur.com/FejpoNF.jpg)
  3. A common 60% PCB.
  4. Keyboard Maintainer: QMK Community
  5. Hardware Supported: GH60 rev. B and rev. C
  6. Hardware Availability: http://blog.komar.be/projects/gh60-programmable-keyboard/
  7. Make example for this keyboard (after setting up your build environment):
  8. make gh60/revc:default
  9. **Note:** This GH60 firmware will not be compatible with the GH60 Satan PCB. Conversely, the GH60 Satan firmware will not be compatible with this PCB. Please ensure you have the correct firmware/pcb combination before flashing.
  10. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  11. ## GH60 Hardware Information
  12. /* Column pin configuration
  13. * col: 0 1 2 3 4 5 6 7 8 9 10 11 12 13
  14. * pin: F0 F1 E6 C7 C6 B6 D4 B1 B7 B5 B4 D7 D6 B3 (Rev.C)
  15. */
  16. /* Row pin configuration
  17. * row: 0 1 2 3 4
  18. * pin: D0 D1 D2 D3 D5
  19. */
  20. GPIO pads
  21. 0 F7 WASD LEDs
  22. 1 F6 ESC LED
  23. 2 F5 FN LED
  24. 3 F4 POKER Arrow LEDs
  25. B2 Capslock LED
  26. B0 not connected
  27. Functions to controls LED clusters
  28. gh60_caps_led_on()
  29. gh60_poker_leds_on()
  30. gh60_fn_led_on()
  31. gh60_esc_led_on()
  32. gh60_wasd_leds_on()
  33. gh60_caps_led_off()
  34. gh60_poker_leds_off()
  35. gh60_fn_led_off()
  36. gh60_esc_led_off()
  37. gh60_wasd_leds_off()