EcoSteno-Firmware/keyboards/noll/ecosteno/readme.md
Nathan Olivares f1615aab52 Updated for both versions
This should now work with the newest version of QMK and be able to flash both board versions (1.0.1X and 1.1.X) with a slight modification to config.h
2022-11-10 21:16:06 -05:00

1.2 KiB

Ecosteno

Ecosteno

  • Keyboard Maintainer: Nathan Olivares
  • Hardware Supported: Ecosteno v1.1.X with pink switches and V1.0.1X with blue switches
  • Hardware Availability: Nolltronics

Make example for this keyboard (after setting up your build environment):

make noll/ecosteno:default

Flashing example for this keyboard:

dfu-util.exe -d 1eaf:0003 -a 2 -D "noll_ecosteno_default.bin"

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

Here's a quick video demonstrating how to flash firmware onto the ecosteno

V1.1.X and V1.0.1X have different pinouts, but the only file this affects is config.h . It's set up to work with the newer 1.1.X boards, but all you have to do to build firmware for 1.0.1X boards is comment out the MATRIX_COL_PINS and MATRIX_ROW_PINS for the 1.1.X and uncomment the lines for the 1.0.1X.