How to use Hasu USB to USB Controller Converter flash the firmware exchange tmk Ctrl and Caps

Links
to purchase the USB to the USB the Controller Converter Hasu: https://www.1upkeyboards.com/shop/controllers/usb-to-usb-converter/
TMK Key Editor: http://www.tmk-kbd.com/tmk_keyboard / Editor /, unimap / usb_usb?
TMK firmware: https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb
brush writing methods: https://github.com/tmk/tmk_keyboard/wiki#flash-firmware
Forum introduction: https://geekhack.org/index.php?topic=69169.0

step

  1. Recommended tool to generate online, go to step 7. If you want to continue compilation. Download the firmware source code, ready to compile.
    The firmware can be modified to compile compiled parameters to use the vast majority of the keys on the keyboard. See https://github.com/tmk/tmk_core/blob/master/doc/keymap.md specific
    author a specific method of exchanging keys did not study, but the test dependencies in Ubuntu, and make sure you can compile.
  2. Here the use of Ubuntu 16.04.3 LTS
  3. Installation dependssudo apt install gcc-avr dfu-programmer gcc-arm-non-eabi avr-libc
  4. Clone Sourcegit clone https://github.com/tmk/tmk_keyboard.git; cd tmk_keyboard
  5. Cloning Git submodulegit submodule init; git submodule update
  6. Compile the source code cd converter/usb_usb; make -f Makefile.unimap. Jump to step 8.
  7. TMK access key editor to modify the key sequence they need, and download the firmware
  8. You will get a .hexfile that is ready to brush into the firmware.
  9. Download brush writing tools https://www.microchip.com/developmenttools/ProductDetails/flipunclear why no Mac version, can only be recognized as the keyboard driver, you can not mount to the virtual machine. We recommend Windows system to flash.
  10. Open the brush writing tools flip, click Device - Selectto select your model number on the chip, I am hereATmega32U4
  11. Select Settings - Communication - USB, then click the button on the controller. If the tips here AtLibUsbDfu.dllcan not be found, check https://imgur.com/a/bnwzy
  12. Select File - Load HEX File, and select just the .hexfiles.
  13. Check Erase Blank Check Program Verifyand click the Runbutton.
  14. Re-plug a USB device, or click the Start Applicationbutton. To use the new firmware.

Guess you like

Origin www.cnblogs.com/zhuxiaoxi/p/10954703.html
usb
usb