qmk_firmare/keyboards/fingerpunch/pinkiesout/v2_ext
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
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
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
v2_ext.c
v2_ext.h

readme.md

pinkiesout

An ergonomic 65% keyboard

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

    make fingerpunch/pinkiesout/v2_ext:default RGB_MATRIX_ENABLE=yes AUDIO_ENABLE=yes CIRQUE_ENABLE=yes ENCODER_ENABLE=yes CONVERT_TO=stemcell

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
    ENCODER_ENABLE=yes
    AUDIO_ENABLE=yes
    HAPTIC_ENABLE=yes

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