From cf5e9d172d38e9a9b65cb568631259bf1e2bfec6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 13 Mar 2023 23:02:03 +1100 Subject: Fix layout macro keys with no matrix position (#20033) --- keyboards/owlab/jelly_epoch/soldered/soldered.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/owlab/jelly_epoch/soldered/soldered.h') diff --git a/keyboards/owlab/jelly_epoch/soldered/soldered.h b/keyboards/owlab/jelly_epoch/soldered/soldered.h index e69e258027..9b5951a525 100644 --- a/keyboards/owlab/jelly_epoch/soldered/soldered.h +++ b/keyboards/owlab/jelly_epoch/soldered/soldered.h @@ -50,7 +50,7 @@ along with this program. If not, see . { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, ____}, \ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313}, \ { K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413}, \ - { K500, K501, K502, ____, K504, ____, K506, K507, K508, K509, K510, K511, K512, K513} \ + { K500, K501, K502, ____, K504, K505, K506, K507, K508, K509, K510, K511, K512, K513} \ } #define LAYOUT_75_iso( \ -- cgit v1.2.3