Adding inital outline for Univac-Sperry F3W9 keyboard.

- Not tested yet
- Packet size is large so it's not possible to use Teensy hardware
This commit is contained in:
Jacob Alexander 2012-03-03 21:16:41 -05:00
parent ea284c03f0
commit b1686ce7ad
8 changed files with 820 additions and 7 deletions

View file

@ -1,6 +1,6 @@
###| CMAKE Kiibohd Controller Source Configurator |###
#
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
# Written by Jacob Alexander in 2011-2012 for the Kiibohd Controller
#
# Released into the Public Domain
#
@ -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 "BudKeypad" )
set( ScanModule "UnivacF3W9" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )