summaryrefslogtreecommitdiff
path: root/keyboards/laneware/lpad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/laneware/lpad/info.json')
-rw-r--r--keyboards/laneware/lpad/info.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/laneware/lpad/info.json b/keyboards/laneware/lpad/info.json
new file mode 100644
index 0000000000..0d8016f842
--- /dev/null
+++ b/keyboards/laneware/lpad/info.json
@@ -0,0 +1,35 @@
+{
+ "keyboard_name": "L-PAD",
+ "manufacturer": "Laneware Peripherals",
+ "url": "",
+ "maintainer": "qmk",
+ "usb": {
+ "vid": "0x4C50",
+ "pid": "0x2222",
+ "device_version": "0.0.1"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "cols": ["D3", "D4", "D6"],
+ "rows": ["E6", "B7", "D0"]
+ },
+ "diode_direction": "COL2ROW",
+ "encoder": {
+ "rotary": [
+ {"pin_a": "F0", "pin_b": "F1"}
+ ]
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
+ {"label": "Mute", "matrix": [0, 1], "w": 1, "x": 1.5, "y": 0.5},
+ {"label": "Next", "matrix": [1, 0], "w": 1, "x": 0, "y": 1},
+ {"label": "Prev", "matrix": [2, 0], "w": 1, "x": 0, "y": 2},
+ {"label": "Left", "matrix": [2, 1], "w": 1, "x": 1, "y": 2},
+ {"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}
+ ]
+ }
+ }
+}