diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-13 23:02:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 23:02:03 +1100 |
commit | cf5e9d172d38e9a9b65cb568631259bf1e2bfec6 (patch) | |
tree | ed85d33a908b61165c3956e9fdb11a9141e1fbb3 /keyboards/handwired/qc60 | |
parent | 9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (diff) |
Fix layout macro keys with no matrix position (#20033)
Diffstat (limited to 'keyboards/handwired/qc60')
-rw-r--r-- | keyboards/handwired/qc60/proto/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/qc60/proto/proto.h b/keyboards/handwired/qc60/proto/proto.h index 7e7755d0e2..1ab9a235ae 100644 --- a/keyboards/handwired/qc60/proto/proto.h +++ b/keyboards/handwired/qc60/proto/proto.h @@ -49,7 +49,7 @@ {L20, L21, L22, L23, L24, L25, XXX, XXX}, \ {L30, L31, L32, L33, L34, L35, L36, XXX}, \ {L40, L41, L42, L43, L44, XXX, XXX, XXX}, \ - {R07, XXX, R05, R04, R03, R02, R01, R00}, \ + {R07, R06, R05, R04, R03, R02, R01, R00}, \ {R17, R16, R15, R14, R13, R12, R11, R10}, \ {R27, R26, R25, R24, R23, R22, R21, XXX}, \ {R37, R36, R35, R34, R33, R32, R31, XXX}, \ |