]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Fixing slow key issues with the FACOM converter
authorJacob Alexander <triplehaata@gmail.com>
Mon, 21 Jan 2013 03:23:28 +0000 (22:23 -0500)
committerJacob Alexander <triplehaata@gmail.com>
Mon, 21 Jan 2013 03:23:28 +0000 (22:23 -0500)
commit65b448988469c105ab4c1dec054cf60e0c36b6e0
treebde917bfa2f95e981767fc57b0b2ea806f82a7d4
parentdb01d733b77241f9d8891cc4fdd13285a3b92187
Fixing slow key issues with the FACOM converter

- Required some small API changes, shouldn't affect any other Scan modules (addition of a parameter)
- Still have the latching annoyances for some of the modifiers
- Swapped Esc and Tilde for convenience
- Removed the old Esc key from the latch list (no one needs 13 latches anyways...)
- Added the control cluster mappings (Insert, Delete, Home, End, PgUp, PgDn)
- All other misc keys are currently un-assigned if a keycap legend doesn't map to anything known
  (e.g. blank keys, 000 and 00 are mapped, but your OS probably doesn't know what they mean :P)
Keymap/facom6684.h
Macro/buffer/macro.c
Scan/FACOM6684/scan_loop.c
Scan/FACOM6684/scan_loop.h
USB/pjrc/usb_com.c