Commit Graph

10 Commits

Author SHA1 Message Date
82feb53f3c feat: add merge.py for log summaries and tags.py for word indexing with Makefile targets 2025-01-06 23:53:41 +00:00
fe77e112c9 chore: add review notes to README, refactor tikker.c with MIT license header, and update review.md summary 2024-12-25 23:48:47 +00:00
6bc0dffc7a feat: add binary selection list and device parameter to configuration UI
Implement a new binary selection dropdown and device parameter input field in the device configuration interface, enabling users to choose from available binaries and specify device-specific settings for enhanced flexibility.
2024-12-25 23:33:01 +00:00
426044a7fc chore: remove commented-out legacy keycode array and bracket-wrap special key names in tikker.c 2024-12-16 13:54:01 +00:00
e60484d802 chore: add SDL2 graph build targets and replace tikker keycode table with sparse array 2024-12-16 11:48:00 +00:00
1ae61d71d4 chore: remove stale cleanup comment and fix whitespace in tikker.c 2024-12-09 17:44:05 +00:00
218b5ecec6 fix: remove debug prints, fix pointer casts, and suppress unused parameter in sormc and sorm_csvc 2024-12-08 19:32:40 +00:00
639e0b8b0d chore: strip trailing whitespace and reorder includes in sormc.h and tikker.c 2024-12-08 18:33:45 +00:00
ae1e606bf7 feat: add real-time press/release/repeat counters to keyboard event logging in tikker.c 2024-12-08 18:33:01 +00:00
c5423cb477 chore: add initial Makefile, sormc.h header, and tikker keyboard logger source 2024-12-08 15:19:17 +00:00