Fixing loading script for ARM targets and the teensy loader cli

This commit is contained in:
Jacob Alexander 2014-01-19 15:00:48 -08:00
parent 1accaf36cc
commit e9aa3880a6
3 changed files with 4 additions and 3 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 "avr-capsense" )
set( ScanModule "MBC-55X" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )