qmk/qmk_firmware

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

Open

#17,315 创建于 2022年6月6日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)C (43,867 fork)batch import
bughelp wanted

仓库指标

Star
 (20,368 star)
PR 合并指标
 (平均合并 20天 9小时) (30 天内合并 27 个 PR)

描述

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

贡献者指南