Commit graph

29 commits

Author SHA1 Message Date
6826f9cb40 chore: disable Console to free a USB endpoint for raw HID 2026-06-03 23:09:39 +08:00
1b4d8cb698 fix: define RAW_EPSIZE fallback so it builds on newer QMK 2026-06-03 23:06:01 +08:00
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
6384d080d4 docs: style table of contents 2024-10-07 13:17:34 +08:00
ae9d26b3fa docs: style 2024-10-07 13:16:26 +08:00
af3b4ad105 feat & docs: remap & add issue in docs 2024-10-07 12:59:43 +08:00
769cd7ccd2 Update keymap.c 2024-08-19 10:06:57 +08:00
82ebca6f2d Update keymap.c 2024-08-16 17:00:50 +08:00
7e1788a935 Update keymap.c 2024-08-06 16:46:02 +08:00
7e9d8fec6a Update keymap.c 2024-08-06 14:54:26 +08:00
f2d0f14c05 Update keymap.c 2024-08-06 14:24:57 +08:00
16ba98b0d5 Update keymap.c 2024-08-06 14:14:58 +08:00
c578e68306 Update README.md 2024-08-05 14:24:46 +08:00
30855dc3f2 Docs: Update README.md 2024-08-05 14:23:38 +08:00
d85aa68506 docs: Update README.md 2024-08-05 14:17:17 +08:00
16b7b2baeb docs: add readme 2024-08-05 14:08:50 +08:00
698cc16e89 feat: add command key 2024-08-05 14:08:37 +08:00
Nathan Olivares
273ba4d040
Merge pull request #1 from benaclejames/main
Update QMK version and add automated build pipeline
2023-02-16 20:33:48 -05:00
benaclejames
28e4869cfc
Update config format using info.json 2022-12-22 21:31:02 +00:00
benaclejames
ad2ea9a3ff
Fixed caps 2022-12-22 21:02:48 +00:00
benaclejames
c1e344899b
Add build.yml for ecosteno 2022-12-22 20:58:09 +00:00
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
Nathan Olivares
7c2410d288 Uploaded binaries for v1.1.x Ecosteno
This firmware works with the newest revision of the Ecosteno with pink keyswitches
2022-11-09 19:46:56 -05:00
Nathan Olivares
7d51760779 Create noll_multisteno_default_6-19-22.bin
Added binaries for Multisteno
2022-07-10 20:08:17 -04:00
Nathan Olivares
9de2f5ff59 Added instructions for Gemini PR support
Added comments and updated the readme to explain how to get Gemini PR to work. Also added a YouTube link showing how to flash the ecosteno.
2021-10-07 21:22:20 -04:00
Nathan Olivares
9185ad707d Updated for ChibiOS and bugs
Migrated the configurations to the new ChibiOS version and fixed a bug that prevented you from capitalizing combined keys in qwerty mdoe
2021-10-07 21:04:46 -04:00
Nathan Olivares
57dcb46421 Included default firmware binaries
Added the compiled firmware
2021-07-03 18:01:51 -04:00
Nathan Olivares
1b46cc3824 Initial Commit
Everything works as expected except for Gemini PR. TX Bolt works easily, but Gemini PR gives plover errors at every byte sent.
2021-07-03 17:58:08 -04:00
Nathan Olivares
4287c50ccb Initial commit 2021-07-03 17:57:09 -04:00