Adding initial version of Sony OA-S3400 converter.

- Not fully reading for usage, but 90% of the way there for typing.
- Some soldering is required for 2 keys to work properly (Shift and Shift Lock)
- Even when complete, be careful when doing multiple key combos, as the key buffer is only cleared when all general keys are released (all except Shift, Shift Lock, and Code)
This commit is contained in:
Jacob Alexander 2012-05-07 02:32:56 -04:00
parent 0ac4251e16
commit 65366a4e7a
7 changed files with 1201 additions and 3 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 "BETKB" )
set( ScanModule "SonyOA-S3400" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )