qmk/qmk_firmware

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

Open

#17.315 aberto em 6 de jun. de 2022

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)C (43.867 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (20.368 stars)
Métricas de merge de PR
 (Mesclagem média 20d 9h) (27 fundiu PRs em 30d)

Description

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

Guia do colaborador