From 2d256f48d01c33c7e8eafa58db65afbba5fbdc03 Mon Sep 17 00:00:00 2001 From: coseyfannitutti <43188488+coseyfannitutti@users.noreply.github.com> Date: Fri, 6 Dec 2019 04:03:30 -0500 Subject: Add keyboard - MYSTERIUM (#7547) * Create config.h * Create info.json * Create keymap.c * Create keymap.c * Create mysterium.c * Create mysterium.h * Create readme.md * Create rules.mk * Create usbconfig.h * Update keyboards/coseyfannitutti/mysterium/readme.md Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/readme.md Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/readme.md Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/usbconfig.h Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/usbconfig.h Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/usbconfig.h Co-Authored-By: fauxpark * Update mysterium.c * Update rules.mk * Update usbconfig.h * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update rules.mk * Update keyboards/coseyfannitutti/mysterium/usbconfig.h Co-Authored-By: fauxpark * Update keyboards/coseyfannitutti/mysterium/rules.mk Co-Authored-By: fauxpark * Update config.h * Update info.json * Update keymap.c * Update mysterium.h * Update rules.mk --- keyboards/coseyfannitutti/mysterium/mysterium.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/coseyfannitutti/mysterium/mysterium.c (limited to 'keyboards/coseyfannitutti/mysterium/mysterium.c') diff --git a/keyboards/coseyfannitutti/mysterium/mysterium.c b/keyboards/coseyfannitutti/mysterium/mysterium.c new file mode 100644 index 000000000..4bfbd844c --- /dev/null +++ b/keyboards/coseyfannitutti/mysterium/mysterium.c @@ -0,0 +1,16 @@ +/* Copyright 2019 coseyfannitutti + * + * 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 "mysterium.h" \ No newline at end of file -- cgit v1.2.3-70-g09d2