Porting teensy-loader-cli to use libusb-1.0 (from 0.1).

- Currently only Linux tested.
This commit is contained in:
Jacob Alexander 2014-04-18 00:18:02 -07:00
parent a82d239efc
commit cc3f062875
6 changed files with 113 additions and 81 deletions

View file

@ -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" )