qmk/qmk_firmware

[Bug] Space65 R3 deadlock on system reboot

Open

#19 707 ouverte le 28 janv. 2023

Voir sur GitHub
 (30 commentaires) (0 réactions) (0 assignés)C (43 867 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (20 368 stars)
Métriques de merge PR
 (Merge moyen 20j 9h) (27 PRs mergées en 30 j)

Description

Describe the Bug

Found this issue earlier, today just pulled latest dev branch and flashed it again to make sure the firmware is up to date. Tested on two different machine, 1 desktop PC and my laptop. When restart the machine the board will just go into deadlock. All the keys have no response and RGB stops(I used a default color spectrum one). Reconnect the cable will solve the problem.

Tried different boards on either of those machine but cannot reproduce the issue. So it seems to be a board(or my firmware) issue instead of host USB issue, but the board works totally fine other times as my daily driver now. Searched issues but it seems I might be the only one who have this issue?

The uncommitted changes in qmk doctor should from my doc editing brach.

Keyboard Used

gray_studio/space65r3

Link to product page (if applicable)

No response

Operating System

Windows 10 22H2

qmk doctor Output

Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.1
Ψ QMK home: C:/Users/Shigure/qmk_firmware
Ψ Detected Windows 10 (10.0.19045).
Ψ QMK MSYS version: 1.7.2
Ψ Git branch: develop
Ψ Repo version: 0.19.10
⚠ Git has unstashed/uncommitted changes.
Ψ - Latest develop: 2023-01-29 02:42:44 +1100 (b727434391) -- Remove commented out backlight config & stray "backlight levels" (#19703)
Ψ - Latest upstream/master: 2023-01-29 00:41:50 +0800 (981f3c316c) -- Additional handedness by EEPROM examples (#19686)
Ψ - Latest upstream/develop: 2023-01-28 21:16:59 +0000 (80cc6ad187) -- Fix 19701 merge
Ψ - Common ancestor with upstream/master: 2023-01-26 11:34:27 -0500 (3823046712) -- new keyboard: edinburgh41 (#19569)
Ψ - Common ancestor with upstream/develop: 2023-01-29 02:42:44 +1100 (b727434391) -- Remove commented out backlight config & stray "backlight levels" (#19703)
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.1.0
Ψ Found avr-gcc version 8.5.0
Ψ Found avrdude version 7.0
Ψ Found dfu-programmer version 0.7.2
Ψ Found dfu-util version 0.11
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2023-01-03 19:29:26 +0000 --  (0062927e3)
Ψ - lib/chibios-contrib: 2023-01-11 16:42:27 +0100 --  (a224be15)
Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 --  (e2239ee6)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 --  (549b97320)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 --  (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 --  (c2e3b4e)
Ψ - lib/pico-sdk: 2022-09-19 18:02:44 +0200 --  (8d56ea3)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 --  (e19410f8)
Ψ QMK is ready to go, but minor problems were found

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

N/A

Additional Context

My keymaps and other files used to compile firmware: https://github.com/ForsakenRei/qmk-space65-r3

Guide contributeur