|
|
||
|---|---|---|
| .. | ||
| keymaps | ||
| config.h | ||
| fp_build.json | ||
| info.json | ||
| readme.md | ||
| rules.mk | ||
| sweeeeep.c | ||
| sweeeeep.h | ||
readme.md
sweeeeep
An ergonomic 30% keyboard
- Keyboard Maintainer: sadekbaroudi
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.