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/checkerboards/quark_plus | |
parent | 9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (diff) |
Fix layout macro keys with no matrix position (#20033)
Diffstat (limited to 'keyboards/checkerboards/quark_plus')
-rw-r--r-- | keyboards/checkerboards/quark_plus/quark_plus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/checkerboards/quark_plus/quark_plus.h b/keyboards/checkerboards/quark_plus/quark_plus.h index 4152acbe50..ca98b3957e 100644 --- a/keyboards/checkerboards/quark_plus/quark_plus.h +++ b/keyboards/checkerboards/quark_plus/quark_plus.h @@ -47,7 +47,7 @@ { k30, k31, k32, k33, k34, k35 }, \ { k40, k41, k42, k43, k44, k45 }, \ { k50, k51, k52, k53, k54, k55 }, \ - { k60, k61, k62, XXX, k64, k65 }, \ + { k60, k61, k62, k63, k64, k65 }, \ { k70, k71, XXX, k73, k74, k75 } \ } #define LAYOUT_2x225u( \ |