qmk_firmare/keyboards/fingerpunch/rockon_bp
Sadek Baroudi d1c8b75485 better generic vik support to handle all modules in one go, testing out with ximega 2024-06-25 16:07:26 -07:00
..
keymaps
chconf.h
config.h better generic vik support to handle all modules in one go, testing out with ximega 2024-06-25 16:07:26 -07:00
fp_build.json
halconf.h
info.json
mcuconf.h
readme.md
rgb_matrix_kb.inc
rockon_bp.c
rockon_bp.h
rules.mk QMK breaking change update: driver names in rules.mk changed from all upper case to all lower case, updating 2023-10-30 01:59:33 -07:00

readme.md

rockon (black pill)

An ergonomic 50% keyboard

(unimplemented for black pill as of now) Rock On supports vial! If you want to use Vial, go to https://github.com/sadekbaroudi/vial-qmk/keyboards/fingerpunch/rockon_bp/

To build the firmware for this keyboard (after setting up your build environment):

    make fingerpunch/rockon_bp:default RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes CIRQUE_ENABLE=yes OLED_ENABLE=yes

Options are:

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

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