Porting teensy-loader-cli to use libusb-1.0 (from 0.1).
- Currently only Linux tested.
This commit is contained in:
parent
a82d239efc
commit
cc3f062875
6 changed files with 113 additions and 81 deletions
|
@ -20,7 +20,7 @@
|
|||
#| Please look at 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 "ADCTest" )
|
||||
set( ScanModule "DPH" )
|
||||
|
||||
##| Provides the mapping functions for DefaultMap and handles any macro processing before sending to the OutputModule
|
||||
set( MacroModule "PartialMap" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue