From d291de44bbd28a28190400e83411aa8bff9b8a2a Mon Sep 17 00:00:00 2001 From: 0x007E Date: Fri, 1 Nov 2024 18:44:28 +0100 Subject: [PATCH] Fix color settings --- .kibot/build.kibot.yaml | 1 + .kibot/release.kibot.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.kibot/build.kibot.yaml b/.kibot/build.kibot.yaml index f3d48fe..58c5a87 100644 --- a/.kibot/build.kibot.yaml +++ b/.kibot/build.kibot.yaml @@ -122,6 +122,7 @@ outputs: monochrome: true - layers: [ F.Silkscreen, User.Drawings2 ] sheet: '(Top Drawings2)' + monochrome: true mirror: false - layers: [ B.Silkscreen, User.Drawings2 ] sheet: '(Bottom Drawings2)' diff --git a/.kibot/release.kibot.yaml b/.kibot/release.kibot.yaml index 6aa77f6..0015f78 100644 --- a/.kibot/release.kibot.yaml +++ b/.kibot/release.kibot.yaml @@ -152,6 +152,7 @@ outputs: mirror: true - layers: [ F.Silkscreen, User.Drawings2 ] sheet: '(Top Drawings2)' + monochrome: true mirror: false - layers: [ B.Silkscreen, User.Drawings2 ] sheet: '(Bottom Drawings2)'