A USB keyboard/mouse to PS/2 (or AT, Serial) computer adapter.
Based on and compatible with: HIDman by rasteri
- In the Makefile, make sure the correct
BOARD_TYPE
is selected and then make sureOSC_TYPE = OSC_INTERNAL
is enabled andOSC_TYPE = OSC_EXTERNAL
is disabled. Re-compile and flash the firmware following the instructions found in the HIDman firmware.- For HIDman-mini: Choose
BOARD_TYPE = BOARD_AXP
(for ps/2 and serial support), orBOARD_TYPE = BOARD_MINI
(for just ps/2 support). - For HIDman-micro: Choose
BOARD_TYPE = BOARD_MICRO
(only has ps/2 support).- Optionally switch to
BOARD_OPTIONS = OPT_SWAP_KBD_MSC
to make it a bit easier to wire up a combo ps/2 port.
- Optionally switch to
- For HIDman-mini: Choose
NOTE: Remember to cross-over TxD <--> RxD, and RTS <--> CTS when connecting the two PCBs!
(for computers that support it)
- Copyright (C) 2022 - serisman ([email protected])
- License: GPL v3 (or later)