From 63445be4e5d3752b5a3ff51c512a2822c1fde23c Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 2 Apr 2021 20:51:39 -0400 Subject: [Keyboard] Add FoldKB (#12255) Co-authored-by: Ryan --- keyboards/keebio/foldkb/foldkb.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 keyboards/keebio/foldkb/foldkb.h (limited to 'keyboards/keebio/foldkb/foldkb.h') diff --git a/keyboards/keebio/foldkb/foldkb.h b/keyboards/keebio/foldkb/foldkb.h new file mode 100644 index 000000000..bd02a4ef9 --- /dev/null +++ b/keyboards/keebio/foldkb/foldkb.h @@ -0,0 +1,23 @@ +/* Copyright 2021 Danny Nguyen + +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" + +#ifdef KEYBOARD_keebio_foldkb_rev1 + #include "rev1.h" +#endif -- cgit v1.2.3