qmk/qmk_firmware

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

Open

#21.065 aberto em 27 de mai. de 2023

Ver no GitHub
 (0 comments) (0 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

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

Guia do colaborador