TODO: Find out what values the delay option uses #7

Open
opened 2 years ago by _N0x · 1 comments
_N0x commented 2 years ago
Owner

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

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
_N0x added the
question
label 2 years ago
_N0x added this to the v0.1 - Updating via config.json is possible milestone 2 years ago
_N0x commented 2 years ago
Poster
Owner

Uses values from 0x00 till 0xfe it seems
Every bit corresponds to 0,1 seconds

0x00 -> 0,0
0x01 -> 0,1
0x02 -> 0,2
0x0a -> 1,0
Uses values from 0x00 till 0xfe it seems Every bit corresponds to 0,1 seconds ``` 0x00 -> 0,0 0x01 -> 0,1 0x02 -> 0,2 0x0a -> 1,0 ```
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: _N0x/f8prog#7
Loading…
There is no content yet.