From af98005b0252cea38cccd28d7aa72109f3a28f52 Mon Sep 17 00:00:00 2001 From: Evelien-Lillian Dekkers Date: Fri, 13 Aug 2021 21:53:02 +0200 Subject: [Keyboard] Add Gud70 (#12575) Co-authored-by: Drashna Jaelre --- keyboards/evyd13/gud70/gud70.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/evyd13/gud70/gud70.c (limited to 'keyboards/evyd13/gud70/gud70.c') diff --git a/keyboards/evyd13/gud70/gud70.c b/keyboards/evyd13/gud70/gud70.c new file mode 100644 index 0000000000..7b8c0a98f9 --- /dev/null +++ b/keyboards/evyd13/gud70/gud70.c @@ -0,0 +1,22 @@ +/* Copyright 2020 Evelien Dekkers + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#include "gud70.h" + +void keyboard_pre_init_kb(void) { + // Enable top LED + setPinOutput(B3); + writePinLow(B3); +} -- cgit v1.2.1