From f778ede8bd2c175a5f4a119d9321740d16047dcf Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 20 Apr 2021 16:17:47 +0100 Subject: Initial firmware for Forever65 (#12572) --- keyboards/forever65/forever65.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/forever65/forever65.h (limited to 'keyboards/forever65/forever65.h') diff --git a/keyboards/forever65/forever65.h b/keyboards/forever65/forever65.h new file mode 100644 index 0000000000..0edfd0b456 --- /dev/null +++ b/keyboards/forever65/forever65.h @@ -0,0 +1,18 @@ +/* Copyright 2021 zvecr + * + * 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 "quantum.h" \ No newline at end of file -- cgit v1.2.3