summaryrefslogtreecommitdiff
path: root/keyboards/handwired/frankie_macropad/info.json
diff options
context:
space:
mode:
authorEric Wood <eric@ericwood.org>2021-04-19 00:04:16 -0600
committerGitHub <noreply@github.com>2021-04-18 23:04:16 -0700
commit94d9d2bb31993f484096e7e4cfc9149611840233 (patch)
treee78cce5e1d7fd4b6e9a898c704c28ac9ce756406 /keyboards/handwired/frankie_macropad/info.json
parent0b560673ce351da3fe7a90237be4ae0ff7d4ef74 (diff)
[Keyboard] Add handwired/frankie_macropad (#12349)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/frankie_macropad/info.json')
-rw-r--r--keyboards/handwired/frankie_macropad/info.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/frankie_macropad/info.json b/keyboards/handwired/frankie_macropad/info.json
new file mode 100644
index 0000000000..ac8b65e28e
--- /dev/null
+++ b/keyboards/handwired/frankie_macropad/info.json
@@ -0,0 +1,25 @@
+{
+ "keyboard_name": "frankie_macropad",
+ "url": "https://github.com/eric-wood/macro-pad",
+ "maintainer": "eric-wood",
+ "width": 3,
+ "height": 2,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label": "k02", "x": 2, "y": 0},
+ {"label": "k03", "x": 3, "y": 0},
+
+ {"label": "k10", "x": 0, "y": 1},
+ {"label": "k11", "x": 1, "y": 1},
+ {"label": "k12", "x": 2, "y": 1},
+ {"label": "k13", "x": 3, "y": 1},
+
+ {"label": "k20", "x": 0, "y": 2},
+ {"label": "k21", "x": 1, "y": 2},
+ {"label": "k22", "x": 2, "y": 2},
+ {"label": "k23", "x": 3, "y": 2}
+ ]
+ }
+ }
+}