From 641698d35618eadad29be57aded535f07b82a931 Mon Sep 17 00:00:00 2001 From: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:07:47 -0400 Subject: [Keyboard] ymdk/id75 (#19967) Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre --- keyboards/ymdk/id75/board.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/ymdk/id75/board.h (limited to 'keyboards/ymdk/id75/board.h') diff --git a/keyboards/ymdk/id75/board.h b/keyboards/ymdk/id75/board.h new file mode 100644 index 0000000000..49270b36a0 --- /dev/null +++ b/keyboards/ymdk/id75/board.h @@ -0,0 +1,22 @@ +/* Copyright 2022 JasonRen(biu) + * + * 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 . + */ + +#pragma once + +#include_next + +#undef STM32_HSECLK +#define STM32_HSECLK 16000000 -- cgit v1.2.3