summaryrefslogtreecommitdiff
path: root/streamdeck.c
AgeCommit message (Collapse)Author
2025-08-21feat: corrected some bad types and completed the pthread_create function callJoshua Liu
2025-08-21feat: some changes that I made while testing that I am too lazy to remove, ↵Joshua Liu
but also added infrastructure to support reading the keystream
2025-06-24docs: added a comment about what the magic numbers are for create_hid_handlerJoshua Liu
2025-06-22feat: added error message for when resetkeystream failsJoshua Liu
2025-06-22feat: removed redundant function closeJoshua Liu
2025-06-22feat: created the function declaration and some implementation of ↵Joshua Liu
destroy_streamdeck and clean_exit
2025-06-22style: mostly style changes, although I did add an error fprintf in the init ↵Joshua Liu
function
2025-06-19feat: created new function, init, this will do various initialization, ↵Joshua Liu
including the hid init, moved from create_hid_handler, also defined various internal functions
2025-05-18feat: implemented several of the functions, added some more function ↵Joshua Liu
declarations
2025-04-30feat: inital commit, mostly moving files from old repository. streamdeck.c ↵Joshua Liu
now contains basic HIDAPI implementations, util library is still mostly empty