blob: 6fb2e5edcf34f6f38ab2a2713fc9d23d38b44ed2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# JC65


The JC65 is the PCB for the Rama M65-A sold through [keyclack.com](https://keyclack.com/). There are two revisions available, a native QMK powered PCB (v32u4) and a PS2AVRGB PCB (v32a), both are available on keyclack.
QMK is supported for both variants.
Make example native QMK version (after setting up your build environment):
make jc65/v32u4:default
Make example ps2avrGB version (after setting up your build environment):
make jc65/v32a:default
|