From be7c2ec510ca74b4f435684746039b42801724b3 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 26 Oct 2023 07:11:46 -0600 Subject: converted blf-gt-mini to new API --- hwdef-blf-gt-mini.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hwdef-blf-gt-mini.h (limited to 'hwdef-blf-gt-mini.h') diff --git a/hwdef-blf-gt-mini.h b/hwdef-blf-gt-mini.h new file mode 100644 index 0000000..f4a4d7b --- /dev/null +++ b/hwdef-blf-gt-mini.h @@ -0,0 +1,14 @@ +// BLF/Lumintop GT Mini driver layout +// Copyright (C) 2018-2023 Selene ToyKeeper +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +// exactly the same as a D1S, but with a lighted button +// (which is the same hwdef as a D4) +#include "hwdef-emisar-d4.h" + +// lighted button +#ifndef AUXLED_PIN +#define AUXLED_PIN PB4 // pin 3 +#endif + -- cgit v1.2.3