Adding initial HP150 and IBMConvertible scan modules.

- HP150 is not ready
- IBMConvertible is ready to start testing
This commit is contained in:
Jacob Alexander 2012-11-15 01:28:31 -08:00
parent b8fddd61f5
commit 0c39927268
10 changed files with 969 additions and 1 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 "SKM67001" )
set( ScanModule "IBMConvertible" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )