TODO: Find out what values the delay option uses #7
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: _N0x/f8prog#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The F8 Macro pad offers a way to set a delay between keypresses.
From the GUI of the programmer it seems it's possible to set a value between 0,0 and 3,0 seconds with 0,1 second increments.
Within the firmware those values are stored as a byte as well but it's not clear how those values get translated.
Research has to be conducted on how to properly set the value of the delay within f8prog
Uses values from 0x00 till 0xfe it seems
Every bit corresponds to 0,1 seconds