Commit graph

4 commits

Author SHA1 Message Date
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
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
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
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