From 0f66c9bbc702885ae3ce6fccdd8f5762ea931e82 Mon Sep 17 00:00:00 2001 From: Byron Clark Date: Sat, 31 Dec 2022 16:30:13 -0700 Subject: [PATCH 1/2] Add common layout to Piantor Piantor is a split_3x6_3 as defined in info.json. Add the layout to rules.mk so we can take advantage of layouts with a common implementation (e.g. manna-harbour_miryoku). --- keyboards/beekeeb/piantor/rules.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/beekeeb/piantor/rules.mk b/keyboards/beekeeb/piantor/rules.mk index 161ec22b16e2..2b99df6f4ef8 100644 --- a/keyboards/beekeeb/piantor/rules.mk +++ b/keyboards/beekeeb/piantor/rules.mk @@ -1 +1,3 @@ SERIAL_DRIVER = vendor + +LAYOUTS = split_3x6_3 From 797e0d2d153f647b4b16b03013e54d137296d263 Mon Sep 17 00:00:00 2001 From: Byron Clark Date: Sat, 31 Dec 2022 16:59:44 -0700 Subject: [PATCH 2/2] Move layouts to info.json --- keyboards/beekeeb/piantor/info.json | 1 + keyboards/beekeeb/piantor/rules.mk | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/keyboards/beekeeb/piantor/info.json b/keyboards/beekeeb/piantor/info.json index 623e60be15fb..2234c976c0d1 100644 --- a/keyboards/beekeeb/piantor/info.json +++ b/keyboards/beekeeb/piantor/info.json @@ -22,6 +22,7 @@ "split": { "enabled": true }, + "community_layouts": ["split_3x6_3"], "layouts": { "LAYOUT_split_3x6_3": { "layout": [ diff --git a/keyboards/beekeeb/piantor/rules.mk b/keyboards/beekeeb/piantor/rules.mk index 2b99df6f4ef8..161ec22b16e2 100644 --- a/keyboards/beekeeb/piantor/rules.mk +++ b/keyboards/beekeeb/piantor/rules.mk @@ -1,3 +1 @@ SERIAL_DRIVER = vendor - -LAYOUTS = split_3x6_3