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

readme.md

rockon

An ergonomic 30% keyboard

Rock On supports vial! If you want to use Vial, go to https://github.com/sadekbaroudi/vial-qmk/keyboards/fingerpunch/rockon/v1/

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/v2:default RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes CIRQUE_ENABLE=yes OLED_ENABLE=yes

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

Options are:

    CIRQUE_ENABLE=yes
    RGBLIGHT_ENABLE=yes
    RGB_MATRIX_ENABLE=yes
    OLED_ENABLE=yes
    ENCODER_ENABLE=yes
    PIMORONI_TRACKBALL_ENABLE=yes

Example of flashing this keyboard:

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

Or in the vial repository:

    make fingerpunch/rockon/v2/no-features:vial:flash

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