Initial commit of the Burroughs Ergonomic Terminal Keyboard module (BETKB)

- Doesn't work yet
This commit is contained in:
Jacob Alexander 2012-03-26 19:02:46 -04:00
parent fc1bf619b6
commit 9b1f7e486c
6 changed files with 672 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 "UnivacF3W9" )
set( ScanModule "BETKB" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )