]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/gh60/readme.md
[Keyboard] GH60 Configurator updates and modernization (#6232)
[qmk_firmware.git] / keyboards / gh60 / readme.md
1 GH60
2 ===
3
4 ![gh60 Rev C PCB](https://i.imgur.com/FejpoNF.jpg)
5
6 A common 60% PCB.
7
8 Keyboard Maintainer: QMK Community  
9 Hardware Supported: GH60 rev. B and rev. C  
10 Hardware Availability: http://blog.komar.be/projects/gh60-programmable-keyboard/
11
12 Make example for this keyboard (after setting up your build environment):
13
14     make gh60:default
15
16 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).
17
18
19 ## GH60 Hardware Information
20
21     /* Column pin configuration
22     * col: 0   1   2   3   4   5   6   7   8   9   10  11  12  13
23     * pin: F0  F1  E6  C7  C6  B6  D4  B1  B7  B5  B4  D7  D6  B3  (Rev.C)
24     */
25      
26     /* Row pin configuration
27     * row: 0   1   2   3   4
28     * pin: D0  D1  D2  D3  D5
29     */
30      
31     GPIO pads
32     0 F7 WASD LEDs
33     1 F6 ESC LED
34     2 F5 FN LED
35     3 F4 POKER Arrow LEDs
36      
37     B2 Capslock LED
38     B0 not connected
39         
40 Functions to controls LED clusters
41         
42     gh60_caps_led_on()
43     gh60_poker_leds_on()
44     gh60_fn_led_on()
45     gh60_esc_led_on()
46     gh60_wasd_leds_on()
47     
48     gh60_caps_led_off()
49     gh60_poker_leds_off()
50     gh60_fn_led_off()
51     gh60_esc_led_off()
52     gh60_wasd_leds_off()