summaryrefslogtreecommitdiff
path: root/keyboards/geonworks/frogmini/fmh/fmh.c
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2022-08-10 22:43:52 -0300
committerGitHub <noreply@github.com>2022-08-10 18:43:52 -0700
commit90c4350af778951c9da2678842cd21734f8ec1d3 (patch)
tree7d17e0583d800748a94d17d98876eb8951720c44 /keyboards/geonworks/frogmini/fmh/fmh.c
parent1038ade342606f155b2ed0bee6542a24580fe6b9 (diff)
[Keyboard] Initial FM-S and FM-H support (#17765)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/geonworks/frogmini/fmh/fmh.c')
-rw-r--r--keyboards/geonworks/frogmini/fmh/fmh.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/geonworks/frogmini/fmh/fmh.c b/keyboards/geonworks/frogmini/fmh/fmh.c
new file mode 100644
index 0000000000..f642a86f44
--- /dev/null
+++ b/keyboards/geonworks/frogmini/fmh/fmh.c
@@ -0,0 +1,17 @@
+/* Copyright 2022 Gondolindrim
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#include "fmh.h"