From 830fb5fd05e2f7bb528d8fda5ffccf140529ab37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BA=E3=82=89=E3=81=AD=E3=81=93?= Date: Wed, 15 Sep 2021 13:21:31 +0900 Subject: [PATCH] [Keyboard] Update peranekofactory/tone/rev2/rev2.h (#13610) I changed the description that was mistakenly described as the same wiring as Rev1 to the correct description. --- keyboards/peranekofactory/tone/rev2/rev2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/peranekofactory/tone/rev2/rev2.h b/keyboards/peranekofactory/tone/rev2/rev2.h index f5d3d7d0166..47f6423391e 100644 --- a/keyboards/peranekofactory/tone/rev2/rev2.h +++ b/keyboards/peranekofactory/tone/rev2/rev2.h @@ -27,8 +27,8 @@ * represents the switch matrix. */ #define LAYOUT( \ - K04, K05, K06, K07, \ - K00, K01, K02, K03 \ + K00, K01, K02, K03, \ + K04, K05, K06, K07 \ ) \ { \ { K00, K01, K02, K03, K04, K05, K06, K07 }, \