summaryrefslogtreecommitdiff
path: root/keyboards/viktus/styrka/styrka.c
diff options
context:
space:
mode:
authorJ.Flanagan <jrfhoutx@comcast.net>2020-11-25 12:48:12 -0600
committerGitHub <noreply@github.com>2020-11-25 10:48:12 -0800
commit35b329052cc5e80eac58cde6816fa09982c1f9d5 (patch)
tree0d221f509db31b1b3251d6d820d84deee96f95ce /keyboards/viktus/styrka/styrka.c
parente8a65baf4143799318c7f12fe873b9be7ddf18b5 (diff)
[Keyboard] Add Viktus Styrka (#10982)
* Initial Styrka Commit Initial commit of basic working firmware. - has basic 6.25u spacebar and fullsize backspace support in default keymap - has basic 6.25u spacebar and split backspace support in split_bs keymap - beginning work for via keymap (not complete) * Viktus Styrka Update 1 First edit update for Viktus Styrka - Corrected LAYOUT macros - Updated keymaps - Updated info.json to match LAYOUT macros - Added and updated VIA keymap - Added and updated ALL keymap - Removed unused features from config - Added more detailed board info to main readme * Update info.json Update info.json - missing end } * Update to files in initial commit As requested, changes made to: - styrka.c - rules.mk - split_bs/keymap.c - all/keymap.c - info.json - config.h * Update keyboards/viktus/styrka/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/viktus/styrka/styrka.c')
-rw-r--r--keyboards/viktus/styrka/styrka.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/viktus/styrka/styrka.c b/keyboards/viktus/styrka/styrka.c
new file mode 100644
index 0000000000..4bf6fef90b
--- /dev/null
+++ b/keyboards/viktus/styrka/styrka.c
@@ -0,0 +1,16 @@
+/* Copyright 2020 jrfhoutx
+ *
+ * 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 "styrka.h"