summaryrefslogtreecommitdiff
path: root/keyboards/generic_panda
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-13 23:02:03 +1100
committerGitHub <noreply@github.com>2023-03-13 23:02:03 +1100
commitcf5e9d172d38e9a9b65cb568631259bf1e2bfec6 (patch)
treeed85d33a908b61165c3956e9fdb11a9141e1fbb3 /keyboards/generic_panda
parent9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (diff)
Fix layout macro keys with no matrix position (#20033)
Diffstat (limited to 'keyboards/generic_panda')
-rw-r--r--keyboards/generic_panda/panda65_01/panda65_01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/generic_panda/panda65_01/panda65_01.h b/keyboards/generic_panda/panda65_01/panda65_01.h
index ced6e9b196..0a4de225ab 100644
--- a/keyboards/generic_panda/panda65_01/panda65_01.h
+++ b/keyboards/generic_panda/panda65_01/panda65_01.h
@@ -47,7 +47,7 @@
k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k314, k315, \
k400, k402, k406, k411, k413, k414, k415 \
) { \
- { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, KC_NO, k014 k015 }, \
+ { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, KC_NO, k014, k015 }, \
{ k100, KC_NO, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k115 }, \
{ k200, KC_NO, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, KC_NO, k215 }, \
{ k300, KC_NO, KC_NO, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k314, k315 }, \