From 3100a0629d6a9ad68c054ff744363ea53a8b6652 Mon Sep 17 00:00:00 2001 From: burkfers Date: Thu, 19 Oct 2023 18:10:02 +0200 Subject: [PATCH] Move required tools to include --- _includes/required_tools.md | 12 ++++++++++++ bg_charybdis/required_tools.md | 13 +------------ bg_dilemma/required_tools.md | 12 +----------- 3 files changed, 14 insertions(+), 23 deletions(-) create mode 100644 _includes/required_tools.md diff --git a/_includes/required_tools.md b/_includes/required_tools.md new file mode 100644 index 0000000..510a57e --- /dev/null +++ b/_includes/required_tools.md @@ -0,0 +1,12 @@ +Before starting the build, check that you have all the required tools: + +- Soldering iron +- Soldering tin +- M3 Torx screw driver (a flat head will also work) +- M4 Torx screw driver (a flat head will also work) + +Optional: + +- Tweezers, to test the PCB before installing the switches + +Also make sure to check the contents of the package carefully to make sure that everything is there. diff --git a/bg_charybdis/required_tools.md b/bg_charybdis/required_tools.md index ad75f49..4b2ae65 100644 --- a/bg_charybdis/required_tools.md +++ b/bg_charybdis/required_tools.md @@ -5,15 +5,4 @@ nav_order: 3 parent: Build guides - Charybdis --- -Before starting the build, check that you have all the required tools: - -- Soldering iron -- Soldering tin -- M3 Torx screw driver (a flat head will also work) -- M4 Torx screw driver (a flat head will also work) - -Optional: - -- Tweezers, to test the PCB before installing the switches - -Also make sure to check the contents of the package carefully to make sure that everything is there. +{% include required_tools.md %} diff --git a/bg_dilemma/required_tools.md b/bg_dilemma/required_tools.md index 7b7815b..abe57f9 100644 --- a/bg_dilemma/required_tools.md +++ b/bg_dilemma/required_tools.md @@ -5,14 +5,4 @@ nav_order: 2 parent: Build guides - Dilemma --- -Before starting the build, check that you have all the required tools: - -- Soldering iron -- Soldering tin -- M3 Torx screw driver (a flat head will also work) - -Optional: - -- Tweezers, to test the PCB before installing the switches - -Also make sure to check the contents of the package carefully to make sure that everything is there. +{% include required_tools.md %}