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

readme.md

pinkiesout

An ergonomic 65% keyboard

Pinkies Out supports vial! If you want to use Vial, go to https://github.com/sadekbaroudi/vial-qmk/keyboards/fingerpunch/pinkiesout/

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

    make fingerpunch/pinkiesout:default RGBLIGHT_ENABLE=yes OLED_ENABLE=yes

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

Options are:

    RGBLIGHT_ENABLE=yes
    RGB_MATRIX_ENABLE=yes
    OLED_ENABLE=yes
    PIMORONI_TRACKBALL_ENABLE=yes

If using the vial repository, use these: make fingerpunch/pinkiesout/v1/no-features:vial make fingerpunch/pinkiesout/v1/oled:vial make fingerpunch/pinkiesout/v1/rgblight:vial make fingerpunch/pinkiesout/v1/rgblight-oled:vial make fingerpunch/pinkiesout/v1/rgbmatrix:vial make fingerpunch/pinkiesout/v1/rgbmatrix-oled:vial

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