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

@ -64,8 +64,8 @@ set( SRCS
#| "atmega32u4" # Teensy 2.0
#| "at90usb646" # Teensy++ 1.0
#| "at90usb1286" # Teensy++ 2.0
set( MCU "atmega32u4" )
#set( MCU "at90usb1286" )
#set( MCU "atmega32u4" )
set( MCU "at90usb1286" )
#| Compiler flag to set the C Standard level.