qmk_firmare/keyboards/fingerpunch/sweeeeep
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 renamed keyboards, testing new display code 2023-10-21 03:29:21 -07:00
readme.md
rules.mk
sweeeeep.c
sweeeeep.h

readme.md

sweeeeep

An ergonomic 30% keyboard

why the name sweeeeep? because an elite-c is required to support the extra features, and an elite-c has 5 additional pins... so 5 Es for the 5 extra pins. Yes, it's dumb, I know.

Descripiton

This is a reversible sweep pcb with support for 36 keys, per key leds, oled, and choc switches (no hotswap). In order to continue to support a no diode setup, I added support for the elite-c, and this is now required for the build.

Firmware

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

    make fingerpunch/sweeeeep:default RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes OLED_ENABLE=yes

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

Options are:

    RGBLIGHT_ENABLE=yes
    OLED_ENABLE=yes
    ENCODER_ENABLE=yes

If using the vial repository, use these: make fingerpunch/sweeeeep/no-features:vial make fingerpunch/sweeeeep/oled:vial make fingerpunch/sweeeeep/rgblight:vial make fingerpunch/sweeeeep/rgblight_oled:vial

Example of flashing this keyboard:

make fingerpunch/sweeeeep/no-features:default:flash

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