aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/generic_panda/panda65_01/panda65_01.c
diff options
context:
space:
mode:
authorJesseLeung97 <44124944+JesseLeung97@users.noreply.github.com>2020-08-18 17:28:25 -0400
committerGitHub <noreply@github.com>2020-08-18 14:28:25 -0700
commit03090d657148dcad87f4ad51bba4a13f078a8083 (patch)
tree2949ede6b172611ee1793d4a30a3d116e4849af8 /keyboards/generic_panda/panda65_01/panda65_01.c
parentf99f46773eb13ba4673240dcf5c8b0e3b4b413fd (diff)
downloadfirmware-03090d657148dcad87f4ad51bba4a13f078a8083.tar.gz
firmware-03090d657148dcad87f4ad51bba4a13f078a8083.tar.bz2
firmware-03090d657148dcad87f4ad51bba4a13f078a8083.zip
[Keyboard] generic_panda/panda65_01 (#10006)
* First commit * Added ChibiOS files * renamed files to remove capital letters * Fixed layout references * fixed image reference * Fixing errors * Fixed config.h * changed second up to fn key * renamed files and added beginning of via compatibility * renamed keyboard * removed vscode files * fixing files for via compatibility * adding via files * working via compatibility * Update readme.md * Update readme.md * First commit * Added ChibiOS files * renamed files to remove capital letters * Fixed layout references * fixed image reference * Fixing errors * Fixed config.h * changed second up to fn key * renamed files and added beginning of via compatibility * renamed keyboard * removed vscode files * fixing files for via compatibility * adding via files * working via compatibility * added license header to via file * preparing for pull request * Fixed firmware according to pull request feedback * fixed readme according to pull request feedback * Updated readme and removed unnecessary layers in default/keymap.c * removed whitespace * updated keymap readme to match suggestion
Diffstat (limited to 'keyboards/generic_panda/panda65_01/panda65_01.c')
-rw-r--r--keyboards/generic_panda/panda65_01/panda65_01.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/generic_panda/panda65_01/panda65_01.c b/keyboards/generic_panda/panda65_01/panda65_01.c
new file mode 100644
index 000000000..15bf57742
--- /dev/null
+++ b/keyboards/generic_panda/panda65_01/panda65_01.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 generic_panda
+ *
+ * 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 "panda65_01.h"