qmk_firmare/keyboards/fingerpunch/fpm101
Sadek Baroudi 833146239e qmk merge 20240225 - 0.24.11 - fixes for breaking changes 2024-05-22 04:24:23 -07:00
..
keymaps
config.h qmk merge 20240225 - 0.24.11 - fixes for breaking changes 2024-05-22 04:24:23 -07:00
fp_build.json
fpm101.c added the extra rgb effect support to all keyboards that support rgb matrix 2023-02-24 19:26:18 -08:00
fpm101.h latest qmk update broke shift register implementation for some boards, fixed 2023-04-02 22:41:24 -07:00
halconf.h added rp2040 controller support for fpm101 2023-04-13 09:10:16 -07:00
info.json
mcuconf.h added rp2040 controller support for fpm101 2023-04-13 09:10:16 -07:00
readme.md
rgb_matrix_kb.inc added new rgb effect, which cycles through colors using the alpha_mod_homerow effect 2023-02-25 02:39:39 -08:00
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

fpm101

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/fpm101: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/fpm101: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.