aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/squiggle/rev1
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/rev1
parentf5c2cd2eb7415418f4d7f87f732b0c6e07afade7 (diff)
downloadfirmware-054021e8757a72de4d3fae1f58944e9c922d22d1.tar.gz
firmware-054021e8757a72de4d3fae1f58944e9c922d22d1.tar.bz2
firmware-054021e8757a72de4d3fae1f58944e9c922d22d1.zip
[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/rev1')
-rw-r--r--keyboards/squiggle/rev1/config.h25
-rw-r--r--keyboards/squiggle/rev1/info.json150
-rw-r--r--keyboards/squiggle/rev1/rev1.c1
-rw-r--r--keyboards/squiggle/rev1/rev1.h84
4 files changed, 260 insertions, 0 deletions
diff --git a/keyboards/squiggle/rev1/config.h b/keyboards/squiggle/rev1/config.h
new file mode 100644
index 000000000..9dec7e30f
--- /dev/null
+++ b/keyboards/squiggle/rev1/config.h
@@ -0,0 +1,25 @@
+#pragma once
+
+#define DEVICE_VER 0x0001
+
+/* key matrix size */
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 5
+
+/*
+ * Keyboard Matrix Assignments
+ *
+ * Change this to how you wired your keyboard
+ * COLS: AVR pins used for columns, left to right
+ * ROWS: AVR pins used for rows, top to bottom
+ * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
+ * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
+ *
+ */
+#define MATRIX_ROW_PINS { B1, B3, B2, B6 }
+#define MATRIX_COL_PINS { C6, D7, E6, B4, B5 }
+
+/* COL2ROW, ROW2COL*/
+#define DIODE_DIRECTION COL2ROW
+
+#define MASTER_LEFT
diff --git a/keyboards/squiggle/rev1/info.json b/keyboards/squiggle/rev1/info.json
new file mode 100644
index 000000000..76f2c0af2
--- /dev/null
+++ b/keyboards/squiggle/rev1/info.json
@@ -0,0 +1,150 @@
+{
+ "keyboard_name": "squiggle",
+ "url": "https://github.com/ibnuda/squiggle",
+ "maintainer": "Ibnu D. Aji",
+ "width": 10,
+ "height": 6,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"q", "x":0, "y":0.9},
+ {"label":"w", "x":1, "y":0.2},
+ {"label":"e", "x":2, "y":0},
+ {"label":"r", "x":3, "y":0.1},
+ {"label":"t", "x":4, "y":0.15},
+
+ {"label":"a", "x":0, "y":1.9},
+ {"label":"s", "x":1, "y":1.2},
+ {"label":"d", "x":2, "y":1},
+ {"label":"f", "x":3, "y":1.1},
+ {"label":"g", "x":4, "y":1.15},
+
+ {"label":"z", "x":0, "y":2.9},
+ {"label":"x", "x":1, "y":2.2},
+ {"label":"c", "x":2, "y":2},
+ {"label":"v", "x":3, "y":2.1},
+ {"label":"b", "x":4, "y":2.15},
+
+ {"label":"bspc/lwr", "x":3, "y":3.6, "h":2},
+ {"label":"esc/sft", "x":4, "y":3.65, "h":2},
+
+ {"label":"y", "x":5, "y":0.15},
+ {"label":"u", "x":6, "y":0.1},
+ {"label":"i", "x":7, "y":0},
+ {"label":"o", "x":8, "y":0.2},
+ {"label":"p", "x":9, "y":0.9},
+
+ {"label":"h", "x":5, "y":1.15},
+ {"label":"j", "x":6, "y":1.1},
+ {"label":"k", "x":7, "y":1},
+ {"label":"l", "x":8, "y":1.2},
+ {"label":"'", "x":9, "y":1.9},
+
+ {"label":"n", "x":5, "y":2.15},
+ {"label":"m", "x":6, "y":2.1},
+ {"label":",", "x":7, "y":2},
+ {"label":".", "x":8, "y":2.2},
+ {"label":"/", "x":9, "y":2.9},
+
+ {"label":"ent/alt", "x":5, "y":3.65, "h":2},
+ {"label":"spc/ris", "x":6, "y":3.6, "h":2}
+ ]
+ },
+ "LAYOUT_split_3x5_3": {
+ "layout": [
+ {"label":"q", "x":0, "y":0.9},
+ {"label":"w", "x":1, "y":0.2},
+ {"label":"e", "x":2, "y":0},
+ {"label":"r", "x":3, "y":0.1},
+ {"label":"t", "x":4, "y":0.15},
+
+ {"label":"a", "x":0, "y":1.9},
+ {"label":"s", "x":1, "y":1.2},
+ {"label":"d", "x":2, "y":1},
+ {"label":"f", "x":3, "y":1.1},
+ {"label":"g", "x":4, "y":1.15},
+
+ {"label":"z", "x":0, "y":2.9},
+ {"label":"x", "x":1, "y":2.2},
+ {"label":"c", "x":2, "y":2},
+ {"label":"v", "x":3, "y":2.1},
+ {"label":"b", "x":4, "y":2.15},
+
+ {"label":"lower", "x":2, "y":3.6, "h":2},
+ {"label":"bspc", "x":3, "y":3.6, "h":2},
+ {"label":"esc/sft", "x":4, "y":3.65, "h":2},
+
+ {"label":"y", "x":5, "y":0.15},
+ {"label":"u", "x":6, "y":0.1},
+ {"label":"i", "x":7, "y":0},
+ {"label":"o", "x":8, "y":0.2},
+ {"label":"p", "x":9, "y":0.9},
+
+ {"label":"h", "x":5, "y":1.15},
+ {"label":"j", "x":6, "y":1.1},
+ {"label":"k", "x":7, "y":1},
+ {"label":"l", "x":8, "y":1.2},
+ {"label":"'", "x":9, "y":1.9},
+
+ {"label":"n", "x":5, "y":2.15},
+ {"label":"m", "x":6, "y":2.1},
+ {"label":",", "x":7, "y":2},
+ {"label":".", "x":8, "y":2.2},
+ {"label":"/", "x":9, "y":2.9},
+
+ {"label":"ent/alt", "x":5, "y":3.65, "h":2},
+ {"label":"spc", "x":6, "y":3.6, "h":2}
+ {"label":"raise", "x":7, "y":3.6, "h":2}
+ ]
+ },
+ "LAYOUT_complicated": {
+ "layout": [
+ {"label":"q", "x":0, "y":0.9},
+ {"label":"w", "x":1, "y":0.2},
+ {"label":"e", "x":2, "y":0},
+ {"label":"r", "x":3, "y":0.1},
+ {"label":"t", "x":4, "y":0.15},
+
+ {"label":"a", "x":0, "y":1.9},
+ {"label":"s", "x":1, "y":1.2},
+ {"label":"d", "x":2, "y":1},
+ {"label":"f", "x":3, "y":1.1},
+ {"label":"g", "x":4, "y":1.15},
+
+ {"label":"z", "x":0, "y":2.9},
+ {"label":"x", "x":1, "y":2.2},
+ {"label":"c", "x":2, "y":2},
+ {"label":"v", "x":3, "y":2.1},
+ {"label":"b", "x":4, "y":2.15},
+
+ {"label":"bspc", "x":3, "y":3.6, "h":2},
+ {"label":"esc/sft", "x":4, "y":3.65, "h":2},
+ {"label":"lower", "x":3, "y":4.6, "h":2},
+ {"label":"gui", "x":4, "y":4.65, "h":2},
+
+ {"label":"y", "x":5, "y":0.15},
+ {"label":"u", "x":6, "y":0.1},
+ {"label":"i", "x":7, "y":0},
+ {"label":"o", "x":8, "y":0.2},
+ {"label":"p", "x":9, "y":0.9},
+
+ {"label":"h", "x":5, "y":1.15},
+ {"label":"j", "x":6, "y":1.1},
+ {"label":"k", "x":7, "y":1},
+ {"label":"l", "x":8, "y":1.2},
+ {"label":"'", "x":9, "y":1.9},
+
+ {"label":"n", "x":5, "y":2.15},
+ {"label":"m", "x":6, "y":2.1},
+ {"label":",", "x":7, "y":2},
+ {"label":".", "x":8, "y":2.2},
+ {"label":"/", "x":9, "y":2.9},
+
+ {"label":"ent/alt", "x":5, "y":3.65, "h":2},
+ {"label":"spc", "x":6, "y":3.6, "h":2}
+ {"label":"tab", "x":5, "y":4.65, "h":2},
+ {"label":"raise", "x":6, "y":4.6, "h":2}
+ ]
+ }
+ }
+}
diff --git a/keyboards/squiggle/rev1/rev1.c b/keyboards/squiggle/rev1/rev1.c
new file mode 100644
index 000000000..520a869e5
--- /dev/null
+++ b/keyboards/squiggle/rev1/rev1.c
@@ -0,0 +1 @@
+#include "rev1.h"
diff --git a/keyboards/squiggle/rev1/rev1.h b/keyboards/squiggle/rev1/rev1.h
new file mode 100644
index 000000000..f2751ab78
--- /dev/null
+++ b/keyboards/squiggle/rev1/rev1.h
@@ -0,0 +1,84 @@
+#pragma once
+
+#include "squiggle.h"
+
+#include "quantum.h"
+
+#define ___ KC_NO
+
+/* This is a shortcut to help you visually see your layout.
+ *
+ * The first section contains all of the arguments representing the physical
+ * layout of the board and position of the keys.
+ *
+ * The second converts the arguments into a two-dimensional array which
+ * represents the switch matrix.
+ */
+#define LAYOUT( \
+ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
+ L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
+ L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
+ L33, L34, R30, R31 \
+) \
+{ \
+ { L00, L01, L02, L03, L04 }, \
+ { L10, L11, L12, L13, L14 }, \
+ { L20, L21, L22, L23, L24 }, \
+ { ___, ___, ___, L33, L34 }, \
+ { R04, R03, R02, R01, R00 }, \
+ { R14, R13, R12, R11, R10 }, \
+ { R24, R23, R22, R21, R20 }, \
+ { ___, ___, ___, R31, R30 }, \
+}
+
+#define LAYOUT_reversed( \
+ R04, R03, R02, R01, R00, L04, L03, L02, L01, L00, \
+ R14, R13, R12, R11, R10, L14, L13, L12, L11, L10, \
+ R24, R23, R22, R21, R20, L24, L23, L22, L21, L20, \
+ R31, R30, L34, L33 \
+) \
+{ \
+ { L00, L01, L02, L03, L04 }, \
+ { L10, L11, L12, L13, L14 }, \
+ { L20, L21, L22, L23, L24 }, \
+ { ___, ___, ___, L33, L34 }, \
+ { R04, R03, R02, R01, R00 }, \
+ { R14, R13, R12, R11, R10 }, \
+ { R24, R23, R22, R21, R20 }, \
+ { ___, ___, ___, R31, R30 }, \
+}
+
+#define LAYOUT_split_3x5_3(\
+ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
+ L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
+ L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
+ L32, L33, L34, R30, R31, R32 \
+) \
+{ \
+ { L00, L01, L02, L03, L04 }, \
+ { L10, L11, L12, L13, L14 }, \
+ { L20, L21, L22, L23, L24 }, \
+ { ___, ___, L32, L33, L34 }, \
+ { R04, R03, R02, R01, R00 }, \
+ { R14, R13, R12, R11, R10 }, \
+ { R24, R23, R22, R21, R20 }, \
+ { ___, ___, R32, R31, R30 }, \
+}
+
+#define LAYOUT_complicated(\
+ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
+ L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
+ L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
+ L33, L34, R30, R31, \
+ L31, L32, R32, R33 \
+) \
+{ \
+ { L00, L01, L02, L03, L04 }, \
+ { L10, L11, L12, L13, L14 }, \
+ { L20, L21, L22, L23, L24 }, \
+ { ___, L31, L32, L33, L34 }, \
+ { R04, R03, R02, R01, R00 }, \
+ { R14, R13, R12, R11, R10 }, \
+ { R24, R23, R22, R21, R20 }, \
+ { ___, R33, R32, R31, R30 }, \
+}