qmk/qmk_firmware

[Bug] 1upkeyboards pi60 info.json has wrong information about the left shift key; a simple patch fixed it

开放

#21,065 创建于 2023年5月27日

 (0 条评论) (0 个反应) (0 位负责人)C (43,867 个派生)batch import
bughelp wanted

仓库指标

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

描述

Describe the Bug

The firmware when compiled for the 1upkeyboards pi60 doesn't register the left shift key.

The solution is to patch the line

{ "label": "LShift", "matrix": [3, 15], "w": 1.25, "x": 0, "y": 3 },

This is currently [3, 0], which doesn't match the label on the PCB itself.

Keyboard Used

1upkeyboards pi60

Link to product page (if applicable)

No response

Operating System

No response

qmk doctor Output

No response

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

No response

Additional Context

No response

贡献者指南