qmk/qmk_firmware

[Bug] Unable to get Hasu USB-USB to work

Open

#17.315 aperta il 6 giu 2022

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)C (43.867 fork)batch import
bughelp wanted

Metriche repository

Star
 (20.368 star)
Metriche merge PR
 (Merge medio 20g 9h) (27 PR mergiate in 30 g)

Descrizione

I can't get the maintained converter keyboards/converter/usb_usb to work for a device I just purchased from Hasu.

Describe the Bug

I'm able to use base TMK firmware, but the equivalent base QMK firmware flashes, but doesn't work with the keyboard. I'm not sure how to debug it. I've enabled the CONSOLE flags, but no devices connect.

The README.md says to use the following rules. I've tried this and it didn't make a difference:

# Processor frequency
F_CPU = 16000000

# Bootloader selection
BOOTLOADER = atmel-dfu

System Information

Keyboard: Hasu USB-USB Converter Revision (if applicable): Unsure. Operating system: N/A qmk doctor output:

Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.0
Ψ QMK home: /home/qmk/qmk_firmware
Ψ Detected Linux (WSL).
Ψ Git branch: master
Ψ Repo version: 0.17.0
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 8.3.1
Ψ Found avr-gcc version 8.3.0
Ψ Found avrdude version 6.4
Ψ Found dfu-util version 0.11
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
Ψ QMK is ready to go

Any keyboard related software installed?

  • AutoHotKey (Windows)
  • Karabiner (macOS)
  • Other:

Additional Context

New to the project, I've tried building a couple of ways. I'm always able to flash, but never have success with the device coming back online.

qmk flash
# or
make converter/usb_usb/hasu:mykeymap:dfu

Guida contributor