Completing the HP150 converter.

This commit is contained in:
Jacob Alexander 2012-11-17 02:13:06 -08:00
parent 0c39927268
commit 59e443552c
5 changed files with 335 additions and 291 deletions

View file

@ -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 "IBMConvertible" )
set( ScanModule "HP150" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )