diff options
author | Joel Challis <git@zvecr.com> | 2019-11-24 04:42:20 +0000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-23 20:42:20 -0800 |
commit | 6a8c0a6468f4e4ce48a59152418a226d0f027497 (patch) | |
tree | 4937e648fb7d9afdf89fc6c4c92444ac90153fee /keyboards/jc65 | |
parent | d14573620d3e964730af960aab3c05a5d061796f (diff) | |
download | qmk_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.md | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/keyboards/jc65/v32a/readme.md b/keyboards/jc65/v32a/readme.md index 5027f83613..8a139ca664 100644 --- a/keyboards/jc65/v32a/readme.md +++ b/keyboards/jc65/v32a/readme.md @@ -1,32 +1,25 @@ -JC65 ps2avrGB -======= +# JC65 ![JC65](https://i.imgur.com/9cJ9UbX.jpg) A 65% keyboard with RGB -Keyboard Maintainer: [Jason Barnachea](https://github.com/nautxx) - -Hardware Supported: JC65 rev.ps2avrgb - -Hardware Availability: [keyclack.com](https://keyclack.com/) - The 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. -Please 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. - These docs are for the PS2AVRGB version of the PCB. More info on qmk.fm +* Keyboard Maintainer: [Jason Barnachea](https://github.com/nautxx) +* Hardware Supported: JC65 rev.ps2avrgb +* Hardware Availability: [keyclack.com](https://keyclack.com/) + Make example for this keyboard (after setting up your build environment): make jc65/v32a:default - -Flash example for this keyboard: - bootloadHID -r jc65_v32a_default.hex +Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid)) -Flashing on Windows can be accomplished by downloading [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash) + make jc65/v32a:default:flash -To put the PS2AVRGB board into reset, hold down the left control key while plugging in the keyboard. +**Reset Key**: Hold down the key commonly programmed as *left control* while plugging in the keyboard. -See [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 +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). |