]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding support for the Micro Switch 8304 Hall Effect Keyboard
authorJacob Alexander <triplehaata@gmail.com>
Sun, 13 Nov 2011 10:04:44 +0000 (02:04 -0800)
committerJacob Alexander <triplehaata@gmail.com>
Sun, 13 Nov 2011 10:04:44 +0000 (02:04 -0800)
commit0c562995c71f3fe4d7e4c449f68b99af228c5387
tree08f7d7701aa7141dd675c2dc4f30341f1cf7f41f
parenta017d2f270de6866a628dcb0a3be45881d1c52e8
Adding support for the Micro Switch 8304 Hall Effect Keyboard

- Full support (NKRO, provided the USB module can handle it)
- Full LED support (available to the macro modules per input signals)
- Reset/Hold line support
- Handles repeat rate issues (keyboard does not send key updates as most
  keyboards do...)
12 files changed:
CMakeLists.txt
Keymap/keymap.h
Keymap/microswitch8304.h [new file with mode: 0644]
Keymap/usb_keys.h
Macro/buffer/macro.c [new file with mode: 0644]
Macro/buffer/macro.h [new file with mode: 0644]
Macro/buffer/setup.cmake [new file with mode: 0644]
Scan/MicroSwitch8304/scan_loop.c [new file with mode: 0644]
Scan/MicroSwitch8304/scan_loop.h [new file with mode: 0644]
Scan/MicroSwitch8304/setup.cmake [new file with mode: 0644]
main.c
setup.cmake