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/owlab/jelly_epoch/soldered/soldered.h | |
parent | 9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (diff) |
Fix layout macro keys with no matrix position (#20033)
Diffstat (limited to 'keyboards/owlab/jelly_epoch/soldered/soldered.h')
-rw-r--r-- | keyboards/owlab/jelly_epoch/soldered/soldered.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. { 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( \ |