summaryrefslogtreecommitdiff
path: root/keyboards/squiggle/squiggle.h
diff options
context:
space:
mode:
authorIbnu Daru Aji <ibnuda@users.noreply.github.com>2020-07-25 16:15:35 +0700
committerGitHub <noreply@github.com>2020-07-25 02:15:35 -0700
commit054021e8757a72de4d3fae1f58944e9c922d22d1 (patch)
treee405f5cfaffca40150c022b062a57ca4db3dab5e /keyboards/squiggle/squiggle.h
parentf5c2cd2eb7415418f4d7f87f732b0c6e07afade7 (diff)
[Keyboard] Squiggle (#9387)
* new keyboard for squiggle. * added pic and other layout. * updated readme. * following drashna's suggestions. * removed an empty line and right hand as master. * following fauxpark's suggestions. * following manna-harbour's suggestions. * trying to satisfy PR Lint keyboards * manna-harbour forgot to add it. * following fauxparx's suggestions. * following fauxpark's suggestions. * following fauxpark's suggestions.' ' * following fauxpark's suggestions. * following fauxpark''s suggestions. * upated info.json to represent the actual layouts. * following noroadsleft's suggestions.
Diffstat (limited to 'keyboards/squiggle/squiggle.h')
-rw-r--r--keyboards/squiggle/squiggle.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/squiggle/squiggle.h b/keyboards/squiggle/squiggle.h
new file mode 100644
index 0000000000..1f3e48552f
--- /dev/null
+++ b/keyboards/squiggle/squiggle.h
@@ -0,0 +1,23 @@
+/* Copyright 2020 Ibnu D. Aji
+ *
+ * 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
+
+#ifdef KEYBOARD_squiggle_rev1
+ #include "rev1.h"
+#endif
+
+#include "quantum.h"