qmk_firmare/keyboards/fingerpunch/fpm101
Sadek Baroudi 4f1b300f0a updated fpm101 to support minecraft layout 2024-10-06 22:38:52 -07:00
..
keymaps updated fpm101 to support minecraft layout 2024-10-06 22:38:52 -07:00
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
fpm101.c
fpm101.h
halconf.h
info.json
mcuconf.h
readme.md
rgb_matrix_kb.inc
rules.mk

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.