]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Initial commit of the Epson QX-10 Keyboard module
authorJacob Alexander <triplehaata@gmail.com>
Sun, 11 Dec 2011 06:48:53 +0000 (22:48 -0800)
committerJacob Alexander <triplehaata@gmail.com>
Sun, 11 Dec 2011 06:48:53 +0000 (22:48 -0800)
commit8f8de985c569a5be44f2996cc4696c511a4a3378
treee8c03038a32e86534c701120ea32be732c52df3f
parent6bf260787221c064f33cc2de0c613bf2a64ee96d
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
CMakeLists.txt
Keymap/epsonqx10.h [new file with mode: 0644]
Keymap/keymap.h
Macro/buffer/macro.c
Scan/EpsonQX-10/scan_loop.c [new file with mode: 0644]
Scan/EpsonQX-10/scan_loop.h [new file with mode: 0644]
Scan/EpsonQX-10/setup.cmake [new file with mode: 0644]
main.c
setup.cmake