qmk_firmare/keyboards/fingerpunch/dweeeeep
Sadek Baroudi 833146239e qmk merge 20240225 - 0.24.11 - fixes for breaking changes 2024-05-22 04:24:23 -07:00
..
keymaps added rgb and oled support for dweeeeep 2023-11-23 22:15:20 -08:00
config.h qmk merge 20240225 - 0.24.11 - fixes for breaking changes 2024-05-22 04:24:23 -07:00
dweeeeep.h [Keyboard]: add fingerpunch feature support 2023-11-14 05:15:31 +07:00
fp_build.json added rgb and oled support for dweeeeep 2023-11-23 22:15:20 -08:00
info.json
readme.md
rules.mk added rgb and oled support for dweeeeep 2023-11-23 22:15:20 -08:00

readme.md

dweeeeep

An ergonomic 30% keyboard

Descripiton

This was created after both of the other variations. It was created as an alternative to the sweeeeep. It's a sweeeeep with diodes. I know the principle of the original sweep was to have no diodes. I apologize, this was a special request to allow people to use a pro micro compatible controller, as they're much cheaper.

Firmware

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

    make fingerpunch/dweeeeep:default
    # or
    qmk compile --clean --keyboard fingerpunch/dweeeeep --keymap default

Example of flashing this keyboard:

    make fingerpunch/dweeeeep/no-features:default:flash
    qmk flash --clean --keyboard fingerpunch/dweeeeep --keymap default

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