qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1101B)


      1 # JC65
      2 
      3 ![JC65](https://i.imgur.com/9cJ9UbX.jpg)
      4 
      5 A 65% keyboard with RGB
      6 
      7 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.
      8 
      9 These docs are for the PS2AVRGB version of the PCB. More info on qmk.fm
     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 
     15 Make example for this keyboard (after setting up your build environment):
     16 
     17     make jc65/v32a:default
     18 
     19 Flashing example for this keyboard:
     20 
     21     make jc65/v32a:default:flash
     22 
     23 **Reset Key**: Hold down the key commonly programmed as *left control* while plugging in the keyboard.
     24 
     25 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).