Cleaning up the BudKeypad module for the Buffered Macro Module
- Fixed key repeat rate issues - Added the recent function additions to the scan module API
This commit is contained in:
parent
2519ea00e7
commit
108b0d3e8e
6 changed files with 71 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
#| Please the {Scan,Macro,USB,Debug}/module.txt for information on the modules and how to create new ones
|
||||
|
||||
##| Deals with acquiring the keypress information and turning it into a key index
|
||||
set( ScanModule "EpsonQX-10" )
|
||||
set( ScanModule "BudKeypad" )
|
||||
|
||||
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
|
||||
set( MacroModule "buffer" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue