summaryrefslogtreecommitdiff
path: root/keyboards/handwired/6key/6key.h
diff options
context:
space:
mode:
authorJacqueline Liang <8636194+Bratzworth@users.noreply.github.com>2022-09-09 05:41:18 -0700
committerGitHub <noreply@github.com>2022-09-09 13:41:18 +0100
commit88555d8e18e90c2571c5d6553aae46c697c3341b (patch)
treeea52941b4c051eceb4ad1385d5420ead872edb3f /keyboards/handwired/6key/6key.h
parent107ccc56b4cbf15d223e5946c74c8495c160eb7b (diff)
Add via support for 6key (#18082)
Diffstat (limited to 'keyboards/handwired/6key/6key.h')
-rw-r--r--keyboards/handwired/6key/6key.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/keyboards/handwired/6key/6key.h b/keyboards/handwired/6key/6key.h
index fe02df44e9..f63abc35d2 100644
--- a/keyboards/handwired/6key/6key.h
+++ b/keyboards/handwired/6key/6key.h
@@ -1,17 +1,17 @@
- /* Copyright 2020 Bratzworth
- *
- * 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/>.
+ /* Copyright 2020 Bratzworth
+ *
+ * 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/>.
*/
#pragma once
@@ -24,4 +24,4 @@
{ \
{ k00, k01, k02 }, \
{ k03, k04, k05 } \
-}
+}