summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-15 04:21:57 +0000
committerQMK Bot <hello@qmk.fm>2021-09-15 04:21:57 +0000
commit676bebf7ea4565d1a898ce39543bf15e923e95cb (patch)
tree70ccf6afe008056d10bac662719cbcdacdf2b101 /keyboards
parent54534fe5b2cff2f547bbd4823551a68e916829e5 (diff)
parent830fb5fd05e2f7bb528d8fda5ffccf140529ab37 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/peranekofactory/tone/rev2/rev2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/peranekofactory/tone/rev2/rev2.h b/keyboards/peranekofactory/tone/rev2/rev2.h
index f5d3d7d016..47f6423391 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 }, \