mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-03 14:31:42 +01:00
5e4b076af3
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
JC65
The JC65 is the PCB for the Rama M65-A sold through 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

