aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jc65
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-24 04:42:20 +0000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-23 20:42:20 -0800
commit6a8c0a6468f4e4ce48a59152418a226d0f027497 (patch)
tree4937e648fb7d9afdf89fc6c4c92444ac90153fee /keyboards/jc65
parentd14573620d3e964730af960aab3c05a5d061796f (diff)
downloadqmk_firmware-6a8c0a6468f4e4ce48a59152418a226d0f027497.tar.gz
qmk_firmware-6a8c0a6468f4e4ce48a59152418a226d0f027497.zip
[Keyboard] Update ATmega32A readme files to match template (#7462)
* Update atmega32a readme files to match template * Update atmega32a readme files to match template - fixes * Apply suggestions from code review
Diffstat (limited to 'keyboards/jc65')
-rw-r--r--keyboards/jc65/v32a/readme.md25
1 files changed, 9 insertions, 16 deletions
diff --git a/keyboards/jc65/v32a/readme.md b/keyboards/jc65/v32a/readme.md
index 5027f8361..8a139ca66 100644
--- a/keyboards/jc65/v32a/readme.md
+++ b/keyboards/jc65/v32a/readme.md
@@ -1,32 +1,25 @@
1JC65 ps2avrGB 1# JC65
2=======
3 2
4![JC65](https://i.imgur.com/9cJ9UbX.jpg) 3![JC65](https://i.imgur.com/9cJ9UbX.jpg)
5 4
6A 65% keyboard with RGB 5A 65% keyboard with RGB
7 6
8Keyboard Maintainer: [Jason Barnachea](https://github.com/nautxx)
9
10Hardware Supported: JC65 rev.ps2avrgb
11
12Hardware Availability: [keyclack.com](https://keyclack.com/)
13
14The JC65 PCB actually has two revisions: A QMK native version, and a PS2AVRGB version. Jchan offered both PCBs as options during the M65-A Round 1 group buy, and were also available choices for the 65% acrylic case group buy. 7The JC65 PCB actually has two revisions: A QMK native version, and a PS2AVRGB version. Jchan offered both PCBs as options during the M65-A Round 1 group buy, and were also available choices for the 65% acrylic case group buy.
15 8
16Please note that there have been issues with QMK and PS2AVRGB boards. Random shutdowns and overheating have been reported. As of now, the cause has not been discovered.
17
18These docs are for the PS2AVRGB version of the PCB. More info on qmk.fm 9These docs are for the PS2AVRGB version of the PCB. More info on qmk.fm
19 10
11* Keyboard Maintainer: [Jason Barnachea](https://github.com/nautxx)
12* Hardware Supported: JC65 rev.ps2avrgb
13* Hardware Availability: [keyclack.com](https://keyclack.com/)
14
20Make example for this keyboard (after setting up your build environment): 15Make example for this keyboard (after setting up your build environment):
21 16
22 make jc65/v32a:default 17 make jc65/v32a:default
23
24Flash example for this keyboard:
25 18
26 bootloadHID -r jc65_v32a_default.hex 19Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
27 20
28Flashing on Windows can be accomplished by downloading [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash) 21 make jc65/v32a:default:flash
29 22
30To put the PS2AVRGB board into reset, hold down the left control key while plugging in the keyboard. 23**Reset Key**: Hold down the key commonly programmed as *left control* while plugging in the keyboard.
31 24
32See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. \ No newline at end of file 25See 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).