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 2022-02-20 01:01:34 +01:00
_N0x
added this to the v0.1 - Updating via config.json is possible milestone 2022-02-20 01:03:16 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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