summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/lemonpad/info.json
diff options
context:
space:
mode:
authorDari <41168529+dari-studios@users.noreply.github.com>2022-02-26 20:18:51 -0500
committerGitHub <noreply@github.com>2022-02-26 17:18:51 -0800
commitd94b5d0b8219dfce42aad5798d3bb1d6cf7fec19 (patch)
tree8800e17ddfb81e2c9ac027b71af64e8c8df5a127 /keyboards/handwired/lemonpad/info.json
parent3057e5f8ca523427644ca1e8745bc0b5492a6d67 (diff)
[Handwired] Support for Adafruit lemon keypad (#16395)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/lemonpad/info.json')
-rw-r--r--keyboards/handwired/lemonpad/info.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/lemonpad/info.json b/keyboards/handwired/lemonpad/info.json
new file mode 100644
index 0000000000..e9d13d147f
--- /dev/null
+++ b/keyboards/handwired/lemonpad/info.json
@@ -0,0 +1,18 @@
+{
+ "keyboard_name": "lemonpad",
+ "url": "",
+ "maintainer": "dari-studios",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label": "k00", "x": 0, "y": 0},
+ {"label": "k01", "x": 1, "y": 0},
+ {"label": "k02", "x": 2, "y": 0},
+
+ {"label": "k10", "x": 0, "y": 1},
+ {"label": "k11", "x": 1, "y": 1},
+ {"label": "k12", "x": 2, "y": 1}
+ ]
+ }
+ }
+}