summaryrefslogtreecommitdiff
path: root/keyboards/copenhagen_click/click_pad_v1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/copenhagen_click/click_pad_v1/info.json')
-rwxr-xr-xkeyboards/copenhagen_click/click_pad_v1/info.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/keyboards/copenhagen_click/click_pad_v1/info.json b/keyboards/copenhagen_click/click_pad_v1/info.json
index f6abac2e6a..213425abc0 100755
--- a/keyboards/copenhagen_click/click_pad_v1/info.json
+++ b/keyboards/copenhagen_click/click_pad_v1/info.json
@@ -8,6 +8,11 @@
"pid": "0x27DB",
"device_version": "0.0.1"
},
+ "matrix_pins": {
+ "cols": ["F5"],
+ "rows": ["F7"]
+ },
+ "diode_direction": "COL2ROW",
"backlight": {
"pin": "B5",
"breathing": true
@@ -16,7 +21,9 @@
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
- "layout": [{"x":0, "y":0}]
+ "layout": [
+ {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0}
+ ]
}
}
}