Initial commit of the Epson QX-10 Keyboard module

- LEDs are working
- Reset command is working
- Basic typing is working (USB side drops some characters)
- Changing repeat rate is working
- Querying modifiers and LEDs is working
- Initial layouts are complete
- Modifiers are not fully working yet
This commit is contained in:
Jacob Alexander 2011-12-10 22:48:53 -08:00
parent 6bf2607872
commit 8f8de985c5
9 changed files with 1008 additions and 3 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.