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 |
||
|---|---|---|
| .. | ||
| keymaps/default | ||
| chconf.h | ||
| config.h | ||
| ecosteno.c | ||
| ecosteno.h | ||
| halconf.h | ||
| info.json | ||
| keyboard.c | ||
| mcuconf.h | ||
| readme.md | ||
| rules.mk | ||
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.
