EcoSteno-Firmware/keyboards/noll/ecosteno
afiqzudinhadi 38a9772364 feat: report key matrix and layer over raw HID for keyglance
Enable RAW_ENABLE and send a report on every physical key event (row,
col, pressed) and on layer changes (active layer) via raw_hid_send, so
the keyglance overlay can highlight the exact physical keys pressed —
including while in steno mode, where the steno protocol otherwise hides
which physical keys are down.
  - rules.mk: RAW_ENABLE = yes
  - keymap.c: raw_hid_receive stub, kg_send_key/kg_send_layer helpers,
process_record_user reports real matrix keys (combos/virtual filtered),
layer_state_set_user reports the highest active layer
2026-06-03 22:55:00 +08:00
..
keymaps/default feat: report key matrix and layer over raw HID for keyglance 2026-06-03 22:55:00 +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 feat: report key matrix and layer over raw HID for keyglance 2026-06-03 22:55:00 +08: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.