summaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/ave/staggered/staggered.c
diff options
context:
space:
mode:
authorGarret G <45295190+The-Royal@users.noreply.github.com>2020-11-09 23:03:12 -0600
committerGitHub <noreply@github.com>2020-11-09 21:03:12 -0800
commit53f11668a3399ff1bdf82902a7717832831219bf (patch)
treebbe2e161ff7203ad583bffb380f3a2b82b331256 /keyboards/kingly_keys/ave/staggered/staggered.c
parent2ef68a84b68875b189bee58d1fb554ebb62f8e58 (diff)
[Keyboard] kingly_keys/ave (#10042)
* Add configurator support for "The Ave." keyboard * Update readme.md * update misc nomenclature * add punctuation * fix miss-placed "0" * update README.md * del. duplicate "F11" in visual layout information * Split PCB configurations into subfolders * update layer template to new matrix title * rm primary <keyboard>.c / <keyboard>.h files * add new end line to both .h subfolder fiels * Apply suggestions from code review * tested update to RGB code * update rgb code * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update rules.mk * Update rules.mk * Delete rules.mk * Delete rules.mk * Update rules.mk * Update config.h * Update config.h * Update keymap.c * Update ortho.c * Update ortho.h * Update config.h * Update keymap.c * Update staggered.c * Update staggered.h * Apply suggestions from code review * Update config.h * Update keymap.c * move and duplicate rules.mk file * Update keyboards/kingly_keys/ave/readme.md * Update config.h * Update keyboards/kingly_keys/ave/config.h
Diffstat (limited to 'keyboards/kingly_keys/ave/staggered/staggered.c')
-rw-r--r--keyboards/kingly_keys/ave/staggered/staggered.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/ave/staggered/staggered.c b/keyboards/kingly_keys/ave/staggered/staggered.c
new file mode 100644
index 0000000000..4aa0d45ea3
--- /dev/null
+++ b/keyboards/kingly_keys/ave/staggered/staggered.c
@@ -0,0 +1,18 @@
+ /*
+ Copyright 2020 Garret Gartner
+
+ 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 "staggered.h"