qmk/qmk_firmware

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

Open

#17.315 geöffnet am 6. Juni 2022

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)C (43.867 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (20.368 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 9h) (27 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide