EcoSteno-Firmware/keyboards/noll/ecosteno
2024-08-16 17:00:50 +08:00
..
keymaps/default Update keymap.c 2024-08-16 17:00:50 +08:00
chconf.h Updated for ChibiOS and bugs 2021-10-07 21:04:46 -04:00
config.h Update config format using info.json 2022-12-22 21:31:02 +00:00
ecosteno.c Updated for both versions 2022-11-10 21:16:06 -05:00
ecosteno.h Updated for both versions 2022-11-10 21:16:06 -05:00
halconf.h Updated for both versions 2022-11-10 21:16:06 -05:00
info.json Update config format using info.json 2022-12-22 21:31:02 +00:00
keyboard.c Updated for ChibiOS and bugs 2021-10-07 21:04:46 -04:00
mcuconf.h Updated for ChibiOS and bugs 2021-10-07 21:04:46 -04:00
readme.md Updated for both versions 2022-11-10 21:16:06 -05:00
rules.mk Updated for both versions 2022-11-10 21:16:06 -05:00

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.