qmk_firmare/keyboards/fingerpunch/rockon/v3
..
keymaps
config.h
fp_build.json
halconf.h
info.json
mcuconf.h
readme.md
rules.mk
v3.c
v3.h

readme.md

rockon

An ergonomic 70% keyboard

To build the firmware for this keyboard (after setting up your build environment), select from one of the following, depending on what features you have on your board:

    make fingerpunch/rockon/v3:default RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes CIRQUE_ENABLE=yes

Don't forget to add CONVERT_TO=stemcell if using a stemcell controller.

Options are:

    CIRQUE_ENABLE=yes
    FP_TRACKBALL_ENABLE=yes
    RGBLIGHT_ENABLE=yes
    RGB_MATRIX_ENABLE=yes
    ENCODER_ENABLE=yes
    AUDIO_ENABLE=yes
    HAPTIC_ENABLE=yes

Example of flashing this keyboard:

    make fingerpunch/rockon/v3:default:flash RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes CIRQUE_ENABLE=yes

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.