qmk/qmk_firmware

[Bug] Think 6.5 v2 hotswap firmware: KC_BSPC and KC_LSFT keys don't work

Open

#22,845 创建于 2024年1月6日

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

仓库指标

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

描述

Description

I recently replaced my Think 6.5 v2 solder PCB with new hotswap PCB after my solder PCB stopped working suddenly. You can read my post in the Graystudio discord here. After replacing the PCB, I moved onto installing QMK using my previous config.

In my QMK config JSON, I updated the keyboard value accordingly:

-    "keyboard": "gray_studio/think65/solder",
+    "keyboard": "gray_studio/think65/hotswap",

After flashing, I found the backspace (KC_BSPC) and left shift (KC_LSFT) didn't work at all. Keycodes showed no activity, and neither did QMK configurator in the test panel.

I thought that maybe something was different with the configuration JSON, so I rebuilt the same configuration from scratch using QMK configurator. Same results.

Finally, I selected the default firmware for the hotswap PCB, and flashed again, which resulted in the same behavior.

Only after switching back to solder PCB were the backspace and left shift functionalities restored.

System Information

❯ sw_vers
ProductName:		macOS
ProductVersion:		14.2.1
BuildVersion:		23C71
  • QMK Toolbox version: 0.2.2

Keyboard Used

gray_studio/think65/{hotswap,solder}

Operating System

macOS 14.2.1

qmk doctor Output

Did not run qmk doctor.

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

Keycodes, QMK Toolbox

贡献者指南